Nov 10, 2006 #1 bdichiara Programmer Oct 11, 2006 206 US I'm trying to check to see if a user entered [space][space][space] into an input but trim doesn't seem to be doing the trick. I have it as: Code: if(trim($_POST['description'] == ""){... Why wouldn't that be working? _______________ _brian.
I'm trying to check to see if a user entered [space][space][space] into an input but trim doesn't seem to be doing the trick. I have it as: Code: if(trim($_POST['description'] == ""){... Why wouldn't that be working? _______________ _brian.
Nov 10, 2006 Thread starter #2 bdichiara Programmer Oct 11, 2006 206 US crap. you know i just caught it as soon as i posted... i didn't close my parenthesis properly. _______________ _brian. Upvote 0 Downvote
crap. you know i just caught it as soon as i posted... i didn't close my parenthesis properly. _______________ _brian.