On Tuesday, September 02, 2003, at 02:04PM, Raditha Dissanayake <[EMAIL PROTECTED]> 
wrote:

>Hello,
>If you use <input type='hidden'> yes they will be part of the input 
>stream. What i suggested was you have
><form method=post action="/cgi-bin/mycgi.exe?qid=123"> then you can 
>retrieve the query string variable from the env. (at least this works 
>with perl cgi and i don't see why it shouldn't work with C++ as well).  
>the only draw back is that you have to process the qstring yourself.
>


Right.  That is what I had tried before, using it as a hidden parameter.  I will try 
passing as part of the explicit call to the prog as you describe.

thanks,
jb

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to