common Posted September 4, 2010 Share Posted September 4, 2010 Hi I need to include a exe program in a website. The only file of this program is the .exe file. It has a couple of textboxes, and when you insert values in these boxes and submit it gives an text output in the same window. Is there a way in php that I can take in values from an html form and insert it into this programs form? And then how can I read its output using php? Or is there another web-based language that I should rather use? Your help would be appretiated! C Link to comment https://forums.phpfreaks.com/topic/212506-exe-program-and-php/ Share on other sites More sharing options...
laanes Posted September 4, 2010 Share Posted September 4, 2010 Hi I need to include a exe program in a website. The only file of this program is the .exe file. It has a couple of textboxes, and when you insert values in these boxes and submit it gives an text output in the same window. Is there a way in php that I can take in values from an html form and insert it into this programs form? And then how can I read its output using php? Or is there another web-based language that I should rather use? Your help would be appretiated! C I don't know if this is any helpful but I would start by reading about what you can do with jquery. Link to comment https://forums.phpfreaks.com/topic/212506-exe-program-and-php/#findComment-1107161 Share on other sites More sharing options...
pornophobic Posted September 4, 2010 Share Posted September 4, 2010 Is there a way in php that I can take in values from an html form and insert it into this programs form? And then how can I read its output using php? Or is there another web-based language that I should rather use? Can you run the program from the command line? If you can, you might want to take a look at exec functions. If you can't run it from the command line, I don't think there's much you can do. Link to comment https://forums.phpfreaks.com/topic/212506-exe-program-and-php/#findComment-1107172 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.