提示我未定義
?<form action="stu_manager_Receive.php?act=stu_manager_add" method="post">
? ? ? ? ? <table border="1" width="80%" bgcolor="#00FF99">
? ? ? ? ? ? <tr>
? ? ? ? ? ? ? ?<td>用戶名</td>
? ? ? ? ? ? ? ?<td><input type="text" name="username" id="" placeholder="請輸入正確的用戶名" equired='required'></td>
? ? ? ? ? ? </tr>
? ? ? ? ? ? <tr>
? ? ? ? ? ? ? ?<td>密碼</td>
? ? ? ? ? ? ? ?<td><input type="password" name="password" id="" placeholder="請輸入密碼" required='required'></td>
? ? ? ? ? ? </tr>
? ? ? ? ? ? ?<tr>
? ? ? ? ? ? ? ?<td>性別</td>
? ? ? ? ? ? ? ?<td><input type="text" name="sex" id="" placeholder="性別" required='required'></td>
? ? ? ? ? ? </tr>
? ? ? ? ? ? ?</tr>
? ? ? ? ? ? ? <tr>
? ? ? ? ? ? ? ?<td>出生年月</td>
? ? ? ? ? ? ? ?<td><input type="datetime" name="datetime" id="" placeholder="請輸入出生年月" required='required'></td>
? ? ? ? ? ? </tr>
? ? ? ? ? ? ?<tr>
? ? ? ? ? ? ? ?<td>地址</td>
? ? ? ? ? ? ? ?<td><input type="text" name="address" id="" placeholder="請輸入地址" required='required'></td>
? ? ? ? ? ? </tr>
? ? ? ? ? ? ? <tr>
? ? ? ? ? ? ? ?<td colspan="2"><input type="submit" value="添加用戶"></td>
? ? ? ? ? ? </tr>
? ? ? ? ? </table>
?
? ? ? ?</form>
2016-12-26
在你的這個(gè)php文件里面呢,stu_manager_Receive.php
去找一下!