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: 165

Filed under:

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?

  1. from a web form, input executable name with one parameter missing.
  2. the executable starts, and post question for the missing parameter.
  3. user enter the value for the missing parameter, the information get passed to the executable.
  4. the executable continue its execution.

Thank you, Pan

© Stack Overflow or respective owner

Related posts about php