Hello, I have had a big problem trying to open a simple txt file with PHP!
This is what I wrote:
<?php
$file = fopen('test.txt', 'r+');
?>
and this is the error I keep getting:
Warning: fopen("test.txt", "r+") - Permission denied in /home/hlm/public_html/ps2-online/re/join.php on line 5
WHY???????!!!!! whats wrong?? I eaven tryied putting the files on a different server 🙁 and still it wont work!
please help!