[PHP] Run exe file: Yes it is possible.

2003-10-21 Thread Gabriel Peugnet
It depends on the server configuration. Tipicaly, the cgi-bin folder is used tu run scripts AND exe files. You have to put the exe file in cgi-bin and chek if this folder have permission tu run it. If not: give it. There are some sites that use exe instead of scripts to show pages. It gives more s

Re: [PHP] run exe file

2003-10-20 Thread Colin Kettenacker
John Nichel [EMAIL PROTECTED] on 10/20/03 9:42 PM wrote: > Those are all fine and dandy if you want to run the file (*.exe or > whatever) on the same machine that php is running on. However, to run > it on the remote machine, it IS going to be downloaded. That's why I said it depends:) > Even th

Re: [PHP] run exe file

2003-10-20 Thread John Nichel
Colin Kettenacker wrote: Dear all, Is there anyway that I can put .exe file on the web, and allow visitors only to run it, not download it. Regards, DT *Checks list address* Yep, php list. In a word, no. Well how about, in a word, it depends. Okay that's 2 words:) Check out: http://www.php.n

Re: [PHP] run exe file

2003-10-20 Thread Colin Kettenacker
>> Dear all, >> >> Is there anyway that I can put .exe file on the web, and allow visitors >> only to run it, not download it. >> >> Regards, >> DT >> > > *Checks list address* Yep, php list. In a word, no. Well how about, in a word, it depends. Okay that's 2 words:) Check out: http://www.

Re: [PHP] run exe file

2003-10-20 Thread Leif K-Brooks
Deependra b. Tandukar wrote: Is there anyway that I can put .exe file on the web, and allow visitors only to run it, not download it. No. -- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law. -- PH

Re: [PHP] run exe file

2003-10-20 Thread John Nichel
Deependra b. Tandukar wrote: Dear all, Is there anyway that I can put .exe file on the web, and allow visitors only to run it, not download it. Regards, DT *Checks list address* Yep, php list. In a word, no. -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing Li

[PHP] run exe file

2003-10-20 Thread Deependra b. Tandukar
Dear all, Is there anyway that I can put .exe file on the web, and allow visitors only to run it, not download it. Regards, DT -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php