itpvision Posted June 3, 2008 Share Posted June 3, 2008 Hello, I have a link navigation of categories retrieved from the database, while I know how to display subcategories based on category link clicked with classical approach, I want to do this with ajax, The problem is with the classical style,I know the GET['id'] sent and the row im in with the category, so by simple comparison, I know how to display the subcategories under its parent category, but with ajax, I cannot know the GET and compare it, so the subcategories are displaying under a different category Help appreciated Link to comment https://forums.phpfreaks.com/topic/108502-display-subcategories-with-category-clicked-with-ajax/ Share on other sites More sharing options...
samshel Posted June 3, 2008 Share Posted June 3, 2008 Strange but i think you DO get ID in AJAX too, else how would you fetch the sub-categories from the database. Let me know if i misunderstood something. Link to comment https://forums.phpfreaks.com/topic/108502-display-subcategories-with-category-clicked-with-ajax/#findComment-556418 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.