T
Tamayi M
Guest
try this:
$res = mysql_query("SELECT * FROM cart WHERE gst_id = '".$sescart."'")
I think you are not concatenating the variable to build the dynamic query properly. I havent done PHP in quite a while... but I think that's the issue.
$res = mysql_query("SELECT * FROM cart WHERE gst_id = '".$sescart."'")
I think you are not concatenating the variable to build the dynamic query properly. I havent done PHP in quite a while... but I think that's the issue.