Click to See Complete Forum and Search --> : ASK FOR COMPILATION


MANOJ MISHRA
03-23-2008, 10:19 AM
can I know how can I compile various compilers available for FEDORA 8 from web based site using php.can I use the web services for that work.please give me the simplest method.

THANK YOU


edit by admin: no contact info permitted on the forum, thank you

Horizon88
03-25-2008, 06:48 PM
I don't know if I grasp what you're asking, but you'll probably want to look into system() (http://php.net/system) or shell_exec() (http://php.net/shell_exec) , if you're wanting to pass commands into your system from a website. You'll have to be careful to make sure that the user PHP/Apache runs as has permission to compile and run the software, though.