Hi All!
I would like to redirect the user to another php page accordingly to his/her chosen options, example:
if ($Color == "Yellow") {
go to page ....
else if ($Color == "Green")
go to page ....
}

Does anyone knows how to achieve the goal??

Thanks

Teo

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

Reply via email to