Code: Select all
<?php
$fp=fopen("somefile.php4","w");
?>Code: Select all
<?php
mkdir("somedir",0755);
?>"Warning: fopen(somefile.php4): failed to open stream: Permission denied ..."
or
"Warning: mkdir(somedir): Permission denied ..."
respectively.
Please explain what`s wrong.
On my home computer (Windows 98, Microsoft Personal Web Server) it works fine.