shopping cart software mysql ajax
Posted
by gan
on Stack Overflow
See other posts from Stack Overflow
or by gan
Published on 2010-04-07T17:58:02Z
Indexed on
2010/04/07
21:33 UTC
Read the original article
Hit count: 282
Hi,
I am working on a shopping cart(open cart) software and have this question. I am not familiar with mvc framework. What i want to know how to show content(mysql) inside a div when you click on a link. There will be 8-10 links and clicking on each should fetch its corresponding products. So for example
category 1 | category 2 | category 3
show [products from category 1] when clicked on "category 1" and same way for the other two. the problem is the url for each link will have the category id so when clicked it will fetch its own products inside this div. Can someone please guide me with an example available online?
looking for some thing that can dynamically fetch contents from mysql inside this div. content change is based on the category id in the url of the links I am clicking on.
regards
© Stack Overflow or respective owner