file.php has this when written..
Code: Select all
<META HTTP-EQUIV=Refresh CONTENT=\\\\\'0; URL=forum/\\\\\'>Code: Select all
$handle = fopen($location, 'w') or die("Cannot complete my dutys");
$data = '<META EQUIP SOME HTML></a>';
fwrite($handle, $data);
fclose($ourFileHandle);thanks alot