right i am using this code below but i get the same result from my page no matter what i put in it
the result is always your town is Manchester you should try bagleys night club
here is the code
if ($Your_Town == "London" or "london") {
$goodspot = "bagleys night club";
} elseif ($Your_Town == "Manchester" or "manchester"){
$goodspot = "space consala";
}
please note i am using another page b4 this one, and it uses a html form to post the $Your_Town infomation