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
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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.