Merlin Morgenstern wrote:
> Hi there,
> 
> I am trying to redirect a user back to a html form if a validation
> failes. The form shoult then hold all entered values. So far I did this
> over $_GET, but there is a 100 Character limitation. How could I do this
> while keeping all characters?
> 
> Thank you for any hint,
> 
> Merlin

No need to POST and then redirect, just POST the form to itself.  If
validation fails redisplay the form using the $_POST array.

-- 
Thanks!
-Shawn
http://www.spidean.com

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

Reply via email to