![]() |
|
首页 │ Apache │ Linux│ Java│ MySQL│ 注册│帮助 | |||
相关问题
$f = fopen("record.txt","r+");
$text=$txt;
$text=htmlspecialchars($text);
$text=ereg_replace("\r\n","
",$text);
$text=ereg_replace("\r","
",$text);
$text=$text."\n";
这里我很不太明白HTMLSPECIALCHARS()函数的用法,还有EREG-REPLACE()函数的用法,请高手帮忙
提问者:箫儿1979 08-14 10:10
答复

