[PHP-WIN] Re: Automated Login

2004-04-30 Thread Justin Patrin
Ron Herhuth wrote: I am trying to build an automated dashboard sort of thing that goes and checks if several of my clients sites are functioning and reporting back the findings. I have two types of URLs that I'm attmepting to check. 1) Typical static URLs example: http://www.yahoo.com 2) I would

[PHP-WIN] Re: Running PHP scripts as a different user

2004-04-30 Thread De Greef Sébastien
why don't you try runas in the exec() function ? "Jason Barnett" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > It seems that several people have run into a problem where PHP did not > have permission to access certain folders / files in Windows. I have > two solutions that