用PHP读取出的数据怎么显示到网页的文本框中?高分在线等

<html><head><title>无标题文档</title></head><body><palign="center">网页便条</p><hr/><?php$file... <html>
<head>
<title>无标题文档</title>
</head>
<body>
<p align="center">网页便条 </p>
<hr/>
<?php
$file = 'G:/google/a.txt';
$content = file_get_contents($file); //读取文件中的内容
echo $content;
?>
<form name="form1" method="post" action="">
<div align="center">
<input type="text" name="textbox1"> //怎么显示到这个文本框中
<input type="button" name="btn1" value="保存" onClick="savefile('newfile.txt',this.form.textbox1.value)">
</div>
</form>
</body>
</html>
展开
 我来答
coolbi5
推荐于2017-12-16 · TA获得超过1万个赞
知道大有可为答主
回答量:1.1万
采纳率:35%
帮助的人:2432万
展开全部
<html>
<head>坦吵
<title>无标题文档</title>
</head>让衫侍
<body>
<p align="center">网页便条 </p>
<hr/>
<?php
$file = 'G:/google/a.txt';
$content = file_get_contents($file); //读取文件中的内容
echo <<<HTM
<form name="form1" method="post" action="">
<div align="塌侍center">
  <input type="text" name="textbox1" value=$content>  //怎么显示到这个文本框中
  <input type="button" name="btn1" value="保存" onClick="savefile('newfile.txt',this.form.textbox1.value)">
 </div>
</form>
HTM;
echo $content;
?>
</body>
</html>

 

用定界符试试

追问
运行说第11句有问题。
追答

错误信息是什么?我这里没问题


推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式