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 Holm

[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