This is my code:
Code: Select all
$file = $_POSTї"filename"];
$content = $_POSTї"text"];
$file = fopen($file,"w");
fwrite($file,str_replace("''","'",$content));
fclose($file);Moderator: General Moderators
Code: Select all
$file = $_POSTї"filename"];
$content = $_POSTї"text"];
$file = fopen($file,"w");
fwrite($file,str_replace("''","'",$content));
fclose($file);