Re: [PHP-DB] chmod on win xp
mayo wrote: so I would like to write to file on my local box. I've looked but I don't see how to chmod. using: windows xp and iis 5 No such thing as chmod on XP. You need to give the IUSR_ user permission to write in the directory in question. PHP runs as the IIS user. -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ php|architect: The Magazine for PHP Professionals – www.phparch.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP-DB] chmod on win xp
yikes, sorry everyone for the mix-up in posting. -- gil > -Original Message- > From: Thomas J. Rudd [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 17, 2004 3:34 PM > To: 'php' > Subject: RE: [PHP-DB] chmod on win xp > > > How exactly are you wanting to > "chmod" the file attributes? > (with a script or in general?) > > -Original Message- > From: mayo [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 17, 2004 2:17 PM > To: php > Subject: [PHP-DB] chmod on win xp > > so I would like to write to file on my local box. > I've looked but I don't see how to chmod. > > using: windows xp and iis 5 > > -- gil > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP-DB] chmod on win xp
How exactly are you wanting to "chmod" the file attributes? (with a script or in general?) -Original Message- From: mayo [mailto:[EMAIL PROTECTED] Sent: Saturday, January 17, 2004 2:17 PM To: php Subject: [PHP-DB] chmod on win xp so I would like to write to file on my local box. I've looked but I don't see how to chmod. using: windows xp and iis 5 -- gil -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DB] chmod on win xp
On Saturday 17 January 2004 03:17 pm, mayo wrote: > so I would like to write to file on my local box. > I've looked but I don't see how to chmod. > > using: windows xp and iis 5 > > -- gil 1. This is the Database list, stuff like this should go in the General List. 2. chmod only applies to *nix systems. It doesn't do anything on win32 systems. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php