Hi
I have a little problem with my ksh shell/CGI.
It should get the variable "QUERY_STRING" from HTML file, which is empty and
my script doesn't work correctly.
[HTML]
<form action="http://XXXXXXX/cgi-bin/unix/search_XXXXXXXXX.cgi"
method="POST">
------- valore 1 <input name="param1" size="50"> <input type="submit"
value="Submit">
</form>
------------------
[SHELL]
#!/usr/bin/ksh
#
#
echo "$QUERY_STRING" >> /tmp/ste
echo $var >> /tmp/ste
echo 'Content-Type: text/html'
echo
#
etc
Can you check please?
Maybe I miss some parameters or command
bye
Ste
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list