Actually it's ASP. I would like to begin learning PHP though. Is there anything special you need on the web server to work with php extensions? We have a Windows 2000 server with IIS 5 installed.
-----Original Message----- From: Jon Haworth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 8:17 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: Changing Security on Files Hi Robert, > Is it possible to programmably change the security for > all that have access to the folder to read-only? I can't remember if you like ASP or PHP :-) If it's PHP you should look into the exec() and passthru() commands, which allow to you call a system function (which would be "chmod" in this case). HTH, sorry if it doesn't. Cheers Jon ____ * The WDVL Discussion List from WDVL.COM * ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
