SyntaxFix
Write A Post
Hire A Developer
Questions
DO it like
$query = mysql_query("SELECT * FROM table WHERE the_number LIKE '$yourPHPVAR%'");
Do not forget the % at the end
%