In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
> When I get a warning like below, is that something I can fix by modifying
> the code? or is that some configuration that need to be changed on the
> server?
>
> Warning: unable to create file files/sked.html because Permission denied in
it.
> -Original Message-
> From: Gustavo Del Castillo Meza [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 04, 2003 12:10 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Re: Permission Denied; Upload
>
>
> You need to give the user permission to write in the destin
You need to give the user permission to write in the destination directory,
you can do this by using:
chmod 666 directoryname
"John" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
Thanking in advance,
Hi all- very new to php, and at the risk of being "spoon fed" here, I beg
f