File: C:/xampp/htdocs/ACProof/index.php
<!-- 設定網頁編碼為UTF-8 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<form name="form" method="post" action="connect.php">
<table width="300" border="0" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#FFFF99">會員登入:</td>
</tr>
<tr>
<td>帳 號:
<input name="id" type="text" size="30" /></td>
</tr>
<tr>
<td>密 碼:
<input name="pw" type="password" size="30" /></td>
</tr>
<tr>
<td><input type="submit" name="button" value="登入" />
</td>
</tr>
</table>
<!--<a href="register.php">申請帳號</a>-->
</form>