<form method="POST" action="insert.php">

解决方案 »

  1.   

    表单只提交,没有处理! action="insert.php"
      

  2.   

    还是不行啊,说是无法显示网页,找不到insert.php页面
      

  3.   

    insert页面代码  的文件名是什么呀,不是insert.php吗
      

  4.   

    <html>
    <head>
    <meta HTTP-EQUIV=Content-Type content="text/html; charset=gb2312">
    </head>
    <body> <form method="POST" action="insert.php" >
          <table border="0" cellpadding="4" cellspacing="1" width="527" align=center  BGCOLOR=#F7F7F7 class=hz>      <tr  bgcolor=#E3E3E3>
          <td width="136">&nbsp;姓名</td>
          <td width="369"><input type="text" name="user_name" size="25" maxlength=30></td>
          </tr>
          <tr  bgcolor=#E3E3E3>
          <td width="136">&nbsp;主页</td>
          <td width="369"><input type="text" name="user_url" size="25" maxlength=100></td>
          </tr>
          <tr  bgcolor=#E3E3E3>
          <td width="136">&nbsp;邮件</td>
          <td width="369"><input type="text" name="user_email" size="25" maxlength=80></td>
          </tr>
          <tr  bgcolor=#E3E3E3>
          <td width="136">&nbsp;标题</td>
          <td width="369"><input type="text" name="g_title" size="25" maxlength=30>  </td>
          </tr>
          <tr  bgcolor=#E3E3E3>
          <td valign="top" width="136">&nbsp;留言</td>
          <td width="369"><textarea rows="6" name="g_cont" cols="40"></textarea> </td>
          </tr>
          </table>
        <p align="center"><input name="ok" type="submit" value="留言">&nbsp;&nbsp; <input type="reset" value=" 取消 " name="B2" ></p>
    </form></body>
    </html>