[PHP-WIN] Re: running an exe

2004-11-21 Thread Stanislaus M.
You only had 4 responses of the same thread. Do you have any more? "Amit Arora" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Duncan, > > Jason is right. It is not a good idea to do this. > > However, if you still want to to this, check the exec() function. > htt://www.php.net/ex

RE: [PHP-WIN] Re: running an exe

2004-11-08 Thread Mike
ne right than to muck it up. But if this will be a frequently ran process from the web location, speed may be optimal. -M -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 1:19 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: running an exe Pl

[PHP-WIN] Re: running an exe

2004-11-08 Thread Jason Barnett
Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: 05 November 2004 09:40 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: running an exe Why would you want to do this? Blindly installing applications from web links is *a bad idea* and dialog boxes are there to help protect users. Heck

[PHP-WIN] Re: running an exe

2004-11-05 Thread Amit Arora
Duncan, Jason is right. It is not a good idea to do this. However, if you still want to to this, check the exec() function. htt://www.php.net/exec Regards, Amit www.digitalamit.com Jason Barnett wrote: Why would you want to do this? Blindly installing applications from web links is *a bad idea*

[PHP-WIN] Re: running an exe

2004-11-05 Thread Amit Arora
Duncan, Jason is right. It is not a good idea to do this. However, if you still want to to this, check the exec() function. htt://www.php.net/exec Regards, Amit www.digitalamit.com Jason Barnett wrote: Why would you want to do this? Blindly installing applications from web links is *a bad idea*

[PHP-WIN] Re: running an exe

2004-11-05 Thread Amit Arora
Duncan, Jason is right. It is not a good idea to do this. However, if you still want to to this, check the exec() function. htt://www.php.net/exec Regards, Amit www.digitalamit.com Jason Barnett wrote: Why would you want to do this? Blindly installing applications from web links is *a bad idea*

[PHP-WIN] Re: running an exe

2004-11-05 Thread Jason Barnett
Why would you want to do this? Blindly installing applications from web links is *a bad idea* and dialog boxes are there to help protect users. Heck from the way you asked your question I'm not even sure - are you the user or the provider? Give us a little more than this to go on and we'll se

[PHP-WIN] Re: Running an exe from local drive

2004-02-24 Thread Justin Patrin
Harpreet K. Singh wrote: I am trying to run an exe file from my php page. But i get an error Access is denied I am trying to open the file using javascript document.location=fp Thismight be a javascript question but if any one can help that would be great Regards, I believe that javascript isn'