Re: [PHP-WIN] sending cgi script query string

2002-11-09 Thread DaMouse
ber 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) > &g

Re: [PHP-WIN] sending cgi script query string

2002-11-07 Thread DaMouse
ber 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) > &g

Re: [PHP-WIN] sending cgi script query string

2002-11-07 Thread Maxim Maletsky
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 l