On Wednesday 05 December 2001 10:00 am, you wrote:

> Alternatively, is there another way to pass variables
> from a PHP script to a HTML form where I won't run into this limit?

I'm not seeing why you have to redirect the user just to get a custom 
response.

If you can instead use an include(); to customize your response, then you 
don't have to worry about redirecting the user to a different page.

In other words, instead of doing this:

form --> PHP Script --> confirmation page

Just do:

form --> PHP Script

And have the PHP script format and output the confirmation page.

--kurt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to