Code: Select all
if ($_POST['search'] == $search[$l]) {How would I make $_POST[search], when comparing it to $search, not compare the spaces and both $_POST and the $search strings.
I'll think about this more but I think I explained it good.
Moderator: General Moderators
Code: Select all
if ($_POST['search'] == $search[$l]) {