Re: [PHP] How can i run DOS command from browser

2003-11-07 Thread John W. Holmes
imran wrote:

Any one know that how can me run 
a script from command line after 
receving the input from FORM thru browser
Assuming your talking about running a program on the server, take a look 
at exec(). If you're wanting to run something on the user's computer, 
ummm, no.

--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] How can i run DOS command from browser

2003-11-07 Thread imran
Hi, 

Any one know that how can me run a script from command line after receving the input 
from FORM thru browser

thnx