Hi there,
on the shell where php is running I'd like to execute a script for a gameserver.
There'd be two commands: /home/storm/.q3.sh start /home/storm/.q3.sh stop
Is it possible to achieve that with php?
See the manual's chapter on program execution functions ([man]exec[/man] & Co.).