Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP Filesystem
#9
$file = fopen($_GET["Name"]. ".html","x"); that line may be wrong. If I remember correctly, you can't have 2 quotes, then more. It confuses php. Try this:
[lua]
$file = fopen($_GET["Name"]. /.html/,/x/);
[/lua]
[Image: chaosthegreat.png]
Reply


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

Forum Jump:


Users browsing this thread: 4 Guest(s)