Jump to content

Exe program and php


common

Recommended Posts

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

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

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.