View Single Post
Old Dec 27th, 2006, 11:52 PM   #3
theguy0000
Programmer
 
Join Date: Jul 2005
Posts: 73
Rep Power: 4 theguy0000 is on a distinguished road
Quote:
Originally Posted by headzoo View Post
Hi,
Check out these functions: http://us2.php.net/manual/en/ref.exec.php
Be careful though, since running untrusted code at the command line opens up a whole can of security risks.
thank you, and yes I am aware of the security risk, but I am only running one file and it is hard-coded so the user cannot run whatever they want...so I'm not too worried

thanks!
theguy0000 is offline   Reply With Quote