Forum Moderators: coopster

Message Too Old, No Replies

Shell Scripting in php

         

MrGecko

9:40 pm on Apr 18, 2007 (gmt 0)

10+ Year Member



is it possible to do shell scripts in php like i have a script that makes zip files and i want php to use it
and if i want to server to restart i can use apachectl restart
and other things like that
if there is a way tell me please it will be a big help to me

Little_G

10:21 pm on Apr 18, 2007 (gmt 0)

10+ Year Member



Hi,

Take a look at Program Execution Functions [uk.php.net]

Andrew

jatar_k

10:32 pm on Apr 18, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



keep in mind that many hosts turn off some of those functions

MrGecko

7:53 pm on May 1, 2007 (gmt 0)

10+ Year Member



thanks