Fronix Posted December 8, 2008 Share Posted December 8, 2008 Ok my subject maybe isnt the best but basicly im looking for a script that you can start a program thru PHP but now i know that PHP has that on there webpage but i dont understand cause ive seen programs thats been using PERL and i dont realy understand the thing about PERL anyway if anyone has or knows a script that can start a program (in my case HLDS Servers) please post cause im in a quick need of one Link to comment https://forums.phpfreaks.com/topic/136039-how-do-start-programs-thru-php-on-linux-right/ Share on other sites More sharing options...
trq Posted December 8, 2008 Share Posted December 8, 2008 Take a look at the command exec functions Link to comment https://forums.phpfreaks.com/topic/136039-how-do-start-programs-thru-php-on-linux-right/#findComment-709296 Share on other sites More sharing options...
The Little Guy Posted December 8, 2008 Share Posted December 8, 2008 Take a look at the command exec functions Sometime shell_exec is a better choice Link to comment https://forums.phpfreaks.com/topic/136039-how-do-start-programs-thru-php-on-linux-right/#findComment-709439 Share on other sites More sharing options...
trq Posted December 8, 2008 Share Posted December 8, 2008 Take a look at the command exec functions Sometime shell_exec is a better choice Which is one of the many command exec functions I linked too. Link to comment https://forums.phpfreaks.com/topic/136039-how-do-start-programs-thru-php-on-linux-right/#findComment-709569 Share on other sites More sharing options...
The Little Guy Posted December 8, 2008 Share Posted December 8, 2008 Take a look at the command exec functions Sometime shell_exec is a better choice Which is one of the many command exec functions I linked too. thought you ment that exact function. Link to comment https://forums.phpfreaks.com/topic/136039-how-do-start-programs-thru-php-on-linux-right/#findComment-709699 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.