quick question
Posted: Tue Sep 08, 2009 10:03 pm
quick question:
is it possible to do this?
$a=$_GET['a'];
$b=$_GET['b'];
$sql = "SELECT * FROM whatever WHERE '$a' LIKE '%$b%'";
is it possible to do this?
$a=$_GET['a'];
$b=$_GET['b'];
$sql = "SELECT * FROM whatever WHERE '$a' LIKE '%$b%'";