
May 24th, 2004, 08:35 AM
|
|
Registered User
|
|
Join Date: May 2004
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
MySql and PHP Persistent cart question
i am having the same warning, supplied argument is not valid as in this thread....http://forums.devarticles.com/t3341/s.html&highlight=Building+Persistent+Shopping+Cart+PHP+My SQL
the poster says that $query = "SELECT * FROM cart,products WHERE (cart.itemId=products.id) and cart.cookieId = \"" . GetCartId() . "\" ORDER BY products.title ASC"; fixed his or her code, but where exactly do you place this, and what line, i would greatly appreciate it, thanks in advance.
|