Hiya,
I'm trying to compare two strings. One is an array, $list, generated from a select statement, the other is a value, $selected, which holds the value a user has chosen from a <select> drop down.
$list[$i]==$selected
Problem is, even when the strings should match, they don't.
The...