Hi,

> I have a form and based off of this form if my user selects option a then
I
> want them to be redirected to another page. If they select option B then I
> want to continue with my php scrips as it does now.
>
> Does any one have any ideas on how I can accomplish this?

use the header() function and keep in mind: no output before the call of
the function in clear text that means no HTML, no whitespaces or anything
of this kind.

Johannes




-- 
PHP Database 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