interactive sessions through web page
Posted
by Pan Chai
on Stack Overflow
See other posts from Stack Overflow
or by Pan Chai
Published on 2010-04-29T17:42:28Z
Indexed on
2010/04/29
17:47 UTC
Read the original article
Hit count: 195
php
Is it possible to use HTML form to start an executable in the server, and allow user to input further information into the same executable?
- from a web form, input executable name with one parameter missing.
- the executable starts, and post question for the missing parameter.
- user enter the value for the missing parameter, the information get passed to the executable.
- the executable continue its execution.
Thank you, Pan
© Stack Overflow or respective owner