Re: [PHP-WIN] Posting data to a web page

2001-12-04 Thread Mike Flynn
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

[PHP-WIN] Posting data to a web page

2001-12-04 Thread FPU . WHITES1
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

RE: [PHP-WIN] Posting data to a web page

2001-12-02 Thread Svensson, B.A.T. (HKG)
>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

[PHP-WIN] Posting data to a web page

2001-12-02 Thread Paul J. Smith
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