flavor -- AIX 4.2.1
I am putting together some HTML pages, some of which contain forms. The problem pops up when I attempt to pass variables (from the forms) from one HTML page to a cgi-like page created using ksh.
I have used the $1 - $9 vars, but they do not work with the passing. With Perl I have done something close to this using $ENV.
The HTML tags (html, body, form . . .) all work within the ksh script, and I can echo new data into the page that the script creates, but I just can't get the form data from one page to pass to my ksh script.
My eye are weary from searching for the answer via uncountable web searches.
Thanks in advance guys and gals. . .