Acutally, I have just resolved my problem.

I was using method="get" in my form (which contains at least a hundred values to be passed back). This overloaded the address length and therefore could not and would not action the second page.

I switch to method="post" in my form (which does not pass everything to the address line, and therefore allowing the second page to be actionned..

That to all you, who had input in this problem.

Cheers
Phil

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

Reply via email to