I am writing a standalone ap that takes input from users via an HTML form and posts it to a file. I need to use a CGI type interface, but I also need to burn the whole thing on a CD to run on as a standalone ap. (Hence, there is no server). In my testing so far, I can execute the script from the form (using GET), but I have to enter the pairs at the command line (offline mode). Is there any way to pipe from a page directly to a script without the use of a server?
Any help is, as always, greatly appreciated . . .