Error message:
Query failed: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 ')' at line 1
--------------------------------------
Can any one able to edit it in correct form?(*I using PHP5)
----------------------------------------------
$
query="select count(*) from cart where cookieId ='GetCartId()'
and bookid = '$bookid'";