Hello everybody,
I want to select an entry from a dropdown menu and upon clicking submit button show the related information below. below are my html and php file code:
if ($find == “a”) { echo “
District A Address.
”;}elseif ($find == “b”) { echo “
District B Address.
”;}elseif ($find == “c”) { echo “
District C Address.
”;}elseif ($find == “d”) { echo “
District D Address.
”;} else{echo “
No Address.
”; }?>