how would I send the post data to the script within PHP?
I currently use
virtual("cgi-bin/aaa.cgi?".$premade);

----- Original Message -----
From: Maxim Maletsky <[EMAIL PROTECTED]>
To: DaMouse <[EMAIL PROTECTED]>
Cc: PHP - Win <[EMAIL PROTECTED]>
Sent: Thursday, November 07, 2002 6:01 PM
Subject: Re: [PHP-WIN] sending cgi script query string


> Query String is 255 bytes long, including the URL itself. Basically, if
> you think your data can get over 200 chars, then you should not use
> Query String. Ue POST instead (or sockets with POST)
>
>
> --
> Maxim Maletsky
> [EMAIL PROTECTED]
>
>
>
> "DaMouse" <[EMAIL PROTECTED]> wrote... :
>
> > I intend on sending long messages to a cgi script in a the query string
using virtual and i was wondering what the max query string length is within
the scripts
> >
> >
> > Ensign Baker
> > HCO Officer
> > USS Atlantis
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to