Running shell scripts

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
james_cwy
Forum Newbie
Posts: 9
Joined: Sun Nov 09, 2003 10:10 pm

Running shell scripts

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

http://php.net/exec lists the function you can use for that.
Post Reply