One tutorial said to do this:
AND:
One tutorial said to do this:
But that also hasn't worked...
Code:
$query = "SELECT name,location,msg FROM contact WHERE name = '$searchname' AND location = '$searchlocation' ";
One tutorial said to do this:
Code:
$query = "SELECT name,location,msg FROM contact WHERE name = '$name' AND location = '$location' ";
Comment