Can't get to work the wildcard in this query.
$sql = mysql_query("SELECT * FROM test1 WHERE points='14%'");
And in test1, I have many rows with values like 140, 142, 141, in the points column.
I was reading this tutorial
http://www.tizag.com/mysqlTutorial/mysqlwhere.php, and I did exactly what they said there.