HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
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="登入" />
      &nbsp;&nbsp;</td>
  </tr>
</table>

<!--<a href="register.php">申請帳號</a>-->
</form>