Big hello to all
Does anyone knows if possible to run shell script or unix command on PHP. Any information would help, Thanks
D eV H ead
use exec() or system()
Chris
Or [man]shell_exec[/man] or any of the other Program Execution functions.