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:
Code: Select all
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>
not sure what to use.
thanks for any help on this.