PHP Arrays Ex. #5: Associative Array | PHP Exercises
I can only get array_search to return the key when I put in the literal text of the value field, e.g. London. It will not work if I substitute the $_POST variable, or the variable that I assign to the $_Post variable. My code is below, if you can help! Th...