Hi,
I added the mysql_error() part as you said, and there is no error being returned. Where would I put the echo command in the if condition? Also, I changed my query to this:
$dbsrch = mysql_query("SELECT * FROM user WHERE name,email,aim,msn,icq,msn LIKE '%$search%'") or die(mysql_error());
Thanks for the help, I appreciate it! 🙂