Bruce wrote:

New to PHP/MySQL. I have RH9/Apache/MySQL/PHP running.  I want to upload a
file.  But, I have a permission error message I'm receiving.  Does anyone
know where I can look

Warning: Unable to create '65.jpg': Permission denied in
/home/budgetn/www/html/_new_admin/p_add_staff.php on line 42

The user that the webserver is running as needs permission to create the file in the directory you specify. You have not told us which directory or what the permissions on it are, but I suspect this is the problem. I think in RH9 Apache httpd runs as user "apache", if not its "httpd".

Hope this helps.

Chris

Reply via email to