Problem with fopen
Posted: Tue Oct 08, 2002 2:17 pm
Warning: fopen("config.php", "w+") - Permission denied in /home/jidospod/public_html/index.php on line 342
I dont know why I am getting permission denied on this! Any help would be appreciated. I even chmod'd the file to 755 and still not working.
Code: Select all
$conf_file = fopen('config.php',"w+");