QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 578|回复: 0

php的问题

[复制链接]
发表于 2003-7-6 23:43:47 | 显示全部楼层 |阅读模式
我用fgets把一个php文件显示在textarea里
再用一个表单传回去
用fwrite写到原文件去
问题是:
原来php文件里是
[code:1]
$setting_index_php=getsetting("index.php");
[/code:1]
经过一次保存后变成
[code:1]
$setting_index_php=getsetting(\"index.php\");
[/code:1]
经过第二次保存后变成
[code:1]
$setting_index_php=getsetting(\\\"index.php\\\");
[/code:1]

如何解决这个问题?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-15 13:35 , Processed in 0.072090 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表