GET method has restrictions -- you are only guaranteed proper handling
of the first 1024 (or some such limit) after which the behaviour is
considered undefined. Thus using the GET method is generally only
feasible for small forms.

Cheers,
Rob.


On Wed, 2003-08-20 at 14:08, rush wrote:
> "Tim Winters" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Is there any way to avoid this from happening?
> 
> instead of POST, you could use GET as form method.
> 
> More nicely, but also much more work, is to use N layers on one page for
> each group of inputs and to switch layers by javascript. That way, all data
> will be posted as one big form, in single action. This would also solve
> nasty problem your solution has if user clicks on new window in the middle
> of forms and contionues to enter different data in both of windows, this is
> quiote likely to confuse dta you are storing to the session.
> 
> rush
> --
> http://www.templatetamer.com/
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
-- 
.---------------------------------------------.
| Worlds of Carnage - http://www.wocmud.org   |
:---------------------------------------------:
| Come visit a world of myth and legend where |
| fantastical creatures come to life and the  |
| stuff of nightmares grasp for your soul.    |
`---------------------------------------------'

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

Reply via email to