sspb Posted July 17, 2012 Share Posted July 17, 2012 i am working on a php website and want to create a dynamic product page similar as the following link: http://www.interioricons.com/product.php?sid=7 The moving slides are being created by jquery cycle plugin. when a product is clicked , it displays the product details page (proddetail.php) without refreshing the page in the bottom div. the page url remains the same for all the products in the category. when i copy the product link and paste in browser (http://www.interioricons.com/proddetail.php?prod=CH7), it also displays the same content (proddetail.php) with header and footer content. can anybody explain me how these links display the content. (clicking on product in - http://www.interioricons.com/product.php?sid=7) and (individual product link - http://www.interioricons.com/proddetail.php?prod=CH7) thanks... Quote Link to comment Share on other sites More sharing options...
Jessica Posted July 17, 2012 Share Posted July 17, 2012 AJAX. Quote Link to comment Share on other sites More sharing options...
sspb Posted July 17, 2012 Author Share Posted July 17, 2012 The content is called using ajax. The same page (proddetail.php) is displayed in a div on one page(product.php) with selective content(product details) and on the page (proddetail.php) it displays as an individual page with header and footer content + product details div. can anybody explain this? i shall be very thankful Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.