that gives me this error:
Warning: fopen(/templates/template3.txt): failed to open stream: No such file or directory in /home/imgvault/public_html/test.php on line 23
Warning: fwrite(): supplied argument is not a valid stream resource in /home/imgvault/public_html/test.php on line 24
Warning: fclose(): supplied argument is not a valid stream resource in /home/imgvault/public_html/test.php on line 25
however this works:
The dir does exist, and chmod = 777
what's wrong?