Page 1 of 1

Running shell scripts

Posted: Sun Nov 09, 2003 10:10 pm
by james_cwy
HI.
How can I call shell scripts from PHP?
Is this possible?
How can I do this?
DO you know of any resources/ULRs/tutorials that can help?

Thanks a million
James

Posted: Sun Nov 09, 2003 10:16 pm
by volka
http://php.net/exec lists the function you can use for that.