Chinaunix
标题:
请教留言板的问题!
[打印本页]
作者:
hugo
时间:
2003-05-12 12:44
标题:
请教留言板的问题!
//write.htm
<html>;
<form method="post" action="write.php">;
<input type="text" name="name">;
</form>;
</html>;
//write.php
<?
..................
$fp=fopen("text.txt","a+"
;
$t = date(Y年m月d日);
$main = "名子
name : ($t)";
......................
?>;
为什么$name 的值传不过来呢?
作者:
一颗小白菜
时间:
2003-05-12 14:10
标题:
请教留言板的问题!
见 http://www.chinaunix.net/forum/viewtopic.php?t=56574
作者:
macleo
时间:
2003-05-12 14:17
标题:
请教留言板的问题!
_POST["name"]
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2