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

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