Add product to cart problem

Hi ! I use $_GET for product id. Add product to cart not working in Google Chrome and IE ,only works in FireFox. How could I fix this problem?

You can start by reading this page.
http://catb.org/~esr/faqs/smart-questions.html

You would use a post method form when performing an action on the server, such as inserting, updating, or deleting data.

Sponsor our Newsletter | Privacy Policy | Terms of Service