A query like this:
Code: Select all
$query = mysql_query("SELECT * FROM table WHERE name LIKE 's%'") ;But if I make this query:
Code: Select all
$query = mysql_query("SELECT * FROM table WHERE code LIKE '3%"') ;How can I accomplish this query?
thanks,
Tom