[PHP-DB] Re: permission...

2003-07-23 Thread David Robley
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

RE: [PHP-DB] Re: Permission Denied; Upload

2003-04-04 Thread Jennifer Goodie
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

[PHP-DB] Re: Permission Denied; Upload

2003-04-04 Thread Gustavo Del Castillo Meza
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