Hi, I've been researching and all I can find is information on how to change URLS not how to redirect a user if statement matches input.
I don't think this makes any difference but the $result comes from a drop down box.
(if that code is needed, let me know)
I would like something like this:
if $result="Swinging Ship" GO TO PAGE <a href="Swing.php">Ultra Rides</a>
if $result="Roller Coaster" GOT TO PAGE <a href="Roller.php">Ultra Rides</a>
if $result="Ice Blast" GO TO PAGE <a href="Ice.php">Ultra Rides</a>
I need the syntax for this, should I use a loop, if else, while maybe?
not sure what to use.
thanks for any help on this.