<html>
<body>
<form method=post action="welcome.php">
Name: <input type="text" name="name" />
<input type="submit" value="check" />
</form>
</body>
</html>
<html>
<body>
<?php
echo $_POST["name"];
?>
</body>
</html>
点击提交后一篇空白。求解!!!
宝慕林4294392
守候你守候我
精慕HU