At 6:14 PM +0100 11/24/09, 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
Merlin:
Hint -- look at $_SESSION[]
Here's an example,
http://webbytedd.com/b1/simple-session/
Just enter "guest" and you'll see the code that makes it work. In
this case, it's just storing 1 in $_SESSIN['ok'], but you can have as
many session variables as you want.
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php