Forum Moderators: coopster
I have a program that sits on my server. I need to write a page that instructs the visitor to input some data, click on submit, then call the program on my server, start it running with the input the visitor gives, then produce a result, then hand that result back to the browser to deliver to the visitor.
Could anyone give me a few hints as to how to get started or when to look for a tutorial for this?
Any help is greatly appreciated.
-Lisa
Try these threads in our library:
Learning PHP - Books, Tutorials and Online Resources
[webmasterworld.com...]
Basics of extracting data from MySQL
[webmasterworld.com...]
dc
I have a DOS program that sits on my server (it is a lisence generator program)
My vistior to my page enters in necessary info, clicks on generate.
This causes my lisence generator program to open and run
Then input the vistors info into program
Generates a code
Send the code back to the browser.
I hope this makes sense