Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP Filesystem
#8
Now, this won't work. No matter if I put HTML or not it simply doesn't work.

Code:
<?php
        include("rnd.php");
$file = fopen($_GET["Name"]. ".html","x");
fwrite($file,$_GET["body"]);
fclose($file);
include("footer.php");
?>

Thanks, Chaos.
Reply


Messages In This Thread
PHP Filesystem - by Dignity - 07-13-2011, 10:54 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)