PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$result = mysql_query(("SELECT * from test WHERE id = '$wanted' OR name = '$wanted'" )) or die('Failed to connect.');
I'm making a search function and I'm trying to configure it so users can search either 'screw' or Screw' and get the same results, but I'm not sure how to change the case. Any help?