I need to open/create a file, i use the correct statement :
$fp = fopen($file_name, "a+")
However, I get always the same error message, saying that it can't create the file (off course, it doesn't exist yet). What do I have to change? Permissions of the dir it's in? To what?
Thx!