I've created a small webboard so members could post things on that board, the script works fine, only I have chmod() problem:
The txt file I write the board to isin this directory: "
and I created a small php script that looks like this:
<?php
chmod("board1.txt", 0666);
?>
and place the script in "now I loaded that script and this error popped up:
"Warning: chmod failed: Operation not permitted in /web/sites/65/kolnedra/ on line 9"
The ISP also gave me this information:
Your full directory path for use in cgi/php scripts is:
/web/sites/65/kolnedra/
Could someone please help me!
The txt file I write the board to isin this directory: "
and I created a small php script that looks like this:
<?php
chmod("board1.txt", 0666);
?>
and place the script in "now I loaded that script and this error popped up:
"Warning: chmod failed: Operation not permitted in /web/sites/65/kolnedra/ on line 9"
The ISP also gave me this information:
Your full directory path for use in cgi/php scripts is:
/web/sites/65/kolnedra/
Could someone please help me!