* Thus wrote Yasir Malik ([EMAIL PROTECTED]):
> I'm working with forms using PHP and HTML.  I've noticed that there is a
> limit of the length of a URL that can sent to browser (I'm passing many
> many things as arguments across pages).  Is there a way to get across the
> limit or am I doing something wrong?
> Yasir

using a form POST has virtually unlimited amount data that can be sent.

if you have to keep passing the data around, I would suggest to storing
the data in a session of some sort then just passing the session
variable around in the urls.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to