guys, I have problem with inserting new row:
mysql_connect("localhost", "abc", "sdvs") or die(mysql_error());
mysql_select_db("abc") or die(mysql_error());
mysql_query("INSERT INTO like (IP) VALUES ('".$_SERVER['REMOTE_ADDR']."')") or die(mysql_error());
I get
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 'like ('84.46.249.124')' at line 1