Hi All

I'm trying to create temp files with my script.
I'm using the line
$fp = fopen("users/temp123", "w+");

which produces the follow error

Warning: fopen("users/temp123", "w+") - Permission denied in
/webSite/signup.php on line 71

How do I get around this??

Thanks

Kris



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to