lemme start off by saying that im not exactly a master of php in any way. heres my problem. i need to have it so if a variable = a certain value it redirects to a certain page. basically what i have is
<?php
if (variable == value)
::heres where i need help::
elseif (variable == anothervalue)
::same as above::
?>