Jooma Posted March 1, 2006 Share Posted March 1, 2006 Hello, I've been assigned the task of creating an internal site for our office that has links to all the websites we use as well as the applications we use.I'm very comfortable using php with mysql for handling forms and displaying database information but I'm not sure how to go about this.So my question is, is there anyway I can use php to open an exe file? Link to comment https://forums.phpfreaks.com/topic/3855-php-and-execute-files/ Share on other sites More sharing options...
zq29 Posted March 1, 2006 Share Posted March 1, 2006 If it [i]is[/i] possible, I'd do a bit of reading on the following functions:[list][*]exec()[*]system()[/list]I glanced over the comments in the system() manual page, and there was reference to an executable file, so it may be possible... Link to comment https://forums.phpfreaks.com/topic/3855-php-and-execute-files/#findComment-13407 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.