Home > Backend Development > PHP Tutorial > php怎么把一个变量赋给一个text表单的value?

php怎么把一个变量赋给一个text表单的value?

WBOY
Release: 2016-06-13 13:11:21
Original
1383 people have browsed it

php如何把一个变量赋给一个text表单的value??
我有3个文件  
一个是添加好友文件(insert.php)

HTML code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
Copy after login
Copy after login
姓名
年龄
地址
联系电话



 一个是查找好友文件(find.php)
HTML code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
Copy after login
Copy after login
请输入好友姓名:


一个是find.php提交的文件(fin.php)
PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->

";
        echo '';
    }
?>

Copy after login


第三个文件 我就是想 如果查找失败 我就把他输入的名字赋值给添加好友的表单的value!
该怎么来做啊???

------解决方案--------------------
echo "";

------解决方案--------------------
insert.php是包含在fin.php当中的吗?很不明白你是怎么设计的
“就是我点击‘添加该好友’的时候 页面跳转到添加好友页面” 这样的话那添加好友页面就能根据前一页传入的参数取得刚才输入的名字!把php代码嵌在HTML里就是了
------解决方案--------------------
echo "";

insert.php中: 
姓名
------解决方案--------------------
还想怎么样。这是最简单的了。
------解决方案--------------------
是多了点什么吧
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template