I've heard that ~256 characters is about the safe limit.
-Mike
At 12:25 PM 12/4/2001 +, you wrote:
>Be careful using long urls!
>
>It's a very unreliable mechanism.
>
>I've tried it in the past and anything over 1K is pushing your
>luck. Depending on the systems the URL is being passed th
is use POST if you can.
-Steve
--
-
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Sun, 2 Dec 2001 22:14:18 -0000
Subject: [PHP-WIN] Posting data to a web page
Hi,
I am tr
>I am trying to post data to a web page using the code
>
> fopen("http://www.someserver.com?data=XXX";);
>
>The data is actually around 7k worth and I seem to be having trouble
>with the app it is posting to ( I have URL encoded it). I was reading
>in various places on the web that
Hi,
I am trying to post data to a web page using the code
fopen("http://www.someserver.com?data=XXX";);
The data is actually around 7k worth and I seem to be having trouble
with the app it is posting to ( I have URL encoded it). I was reading
in various places on the web that