View Single Post
05-30-2012, 01:30 PM
#2
Ant is offline Ant
Status: Member
Join date: Apr 2005
Location: England
Expertise:
Software:
 
Posts: 209
iTrader: 5 / 100%
 

Ant is on a distinguished road

  Old

You can use backticks in php to run bash commands, if that's what you mean?

Code:
<?php
`touch filename`
This thread might help further:
http://www.rvdavid.net/execute-linux...ing-backticks/