php的问题,请大家帮忙!

来源:百度知道 编辑:UC知道 时间:2024/05/27 13:12:11
需要用php来实现
1.编写代码实现-图1
2.编写代码使向-图1中输入的信息在点击按钮后输出入-图2
name: 框 name: chengjianhua
add: 框 add: sut
email: 框 email:cjh@126.com
Button
图1 图2

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>表单提交测试</title>
</head>

<body>
<form name="form1" action="" method="post">
name:<input type="text" name="name"/><br />
add:<input type="text" name="add"/><br />
email:<input type="text" name="email"/><br />
<input type="submit" name="submit"