Thursday 1 May 2008

Back ticks

you can call UNIX commands in PHP by putting commands in back ticks (`). Similarly, shell_exec('...'); will run scripts too.


popen() is also apparently useful, it allows you to open processes and talk to them.

No comments: