首页 > 开发 > PHP > 正文

一个个人网页自动化生成系统(2)

2024-05-04 23:01:58
字体:
来源:转载
供稿:网友
单页递交。文件名:input.php
<html>
<head>
<title>untitled document</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#ffffff" background="image/b-graingr1.jpg">
<form method="post" action="shengcheng.php">
  <table width="750" border="1" align="center">
    <tr>  
      <td width="53">标题:</td>
      <td colspan="3">  
        <input type="text" name="timu" size="50">
      </td>
    </tr>
    <tr>  
      <td width="53" height="28">作者:</td>
      <td width="154" height="28">  
        <input type="text" name="zuozhe" size="20">
      </td>
      <td width="59" height="28">来源:</td>
      <td width="456" height="28">  
        <input type="text" name="laiyuan" size="30">
      </td>
    </tr>
    <tr>  
      <td width="53">正文:</td>
      <td colspan="3">  
        <textarea name="textt" cols="90" rows="20"></textarea>
      </td>
    </tr>
    <tr>
      <td width="53">&nbsp;</td>
      <td colspan="3">
        <input type="submit" name="submit" value="递    交">
        <input type="reset" name="submit2" value="复     位">
      </td>
    </tr>
  </table>
</form>
</body>
</html>
国内最大的酷站演示中心!
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表