[PHP-WIN] Re: Shopping Cart Woes!!

2004-01-06 Thread kaizer boab
Thanks for the replies, much appreciated. I have now managed to get the query to work properly. As Justen suggested I added "WHERE" and the column name. "Kaizer Boab" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am trying to build a shopping cart for my college project. I am ab

[PHP-WIN] Re: Shopping Cart Woes!!

2004-01-05 Thread Jochen Boedeker
Just try: $query = 'SELECT * FROM dvd WHERE IN (' Jochen Boedeker "Kaizer Boab" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I am trying to build a shopping cart for my college project. I am able to > display items from the database, add items to the cart, but I am unable

[PHP-WIN] Re: Shopping Cart Woes!!

2004-01-05 Thread Justin Patrin
You may want to try SELECT * FROM dvd WHERE key="value" AND key2="value2"... Kaizer Boab wrote: I am trying to build a shopping cart for my college project. I am able to display items from the database, add items to the cart, but I am unable to view the items that are in the cart. In my "view_cart