07-14-2011, 01:40 AM
Now, this won't work. No matter if I put HTML or not it simply doesn't work.
Thanks, Chaos.
Code:
<?php
include("rnd.php");
$file = fopen($_GET["Name"]. ".html","x");
fwrite($file,$_GET["body"]);
fclose($file);
include("footer.php");
?>
Thanks, Chaos.