Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP Filesystem
#1
Code:
<html>
<head>
        <meta charset="utf-8" />
        <title>Wiki Page</title>
    </head>
    <body>
        <h1>
        <?php
        include("rnd.php");
$file = fopen($_GET["Name"];,"w");
fwrite($file,$_GET["body"];);
fclose($file);
include("footer.php");
?>
    </body>
</html>

For some reason, this isn't working.

Any ideas?
Reply


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

Forum Jump:


Users browsing this thread: 2 Guest(s)