Hello,
What is the problem with this SQL syntax?
[php]mysql_query(“UPDATE counter
SET unique=’$amount’, ip=’$ip_string’ WHERE id=‘1’;”)[/php]
Here is the error it generates:
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 'unique='1', ip='2.97.202.93|' WHERE id='1'' at line 1
Thanks