Hamilion
Новичок
Почему не работает LIKE
Имеется код:
$r = $_SERVER['REMOTE_ADDR'];
$query = "SELECT time,remote FROM guests
WHERE remote LIKE ".$r;
$result = mysql_query($query)
or die ("MySQL error: ".mysql_error());
Выдается ошибка:
MySQL error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.0.1' at line 3
Подскажите пожалуйста что делать?
Имеется код:
$r = $_SERVER['REMOTE_ADDR'];
$query = "SELECT time,remote FROM guests
WHERE remote LIKE ".$r;
$result = mysql_query($query)
or die ("MySQL error: ".mysql_error());
Выдается ошибка:
MySQL error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.0.1' at line 3
Подскажите пожалуйста что делать?