| Posted by php_mysql_beginer911 on 08/31/07 09:56 
Hi am not very good in php so looking for someone who could give somesuggections ...
 
 i am trying to make a Menu where i can make Sub Menu and also i can
 make any number of sub Menu under any Sub Menu ..
 
 If i have only one level Menu And Sub Menu-- i can make a table with
 id and parent id where parent id will be the Menu id for Sub Menu that
 means ID And PARENT_ID fields are important but if make multiple sub
 menus of ny number how i will change my table structure
 
 Menu ->Sub_Menu-> Sub_Menu
 
 to get sub menu query will be like "select * from table_menu where
 parent_id=menu_id"
 
 but to get any sub menu whihc is under any sub menu how it will go
 
 i am not sure if i am able to make it clear here
 
 but if somebody understand what i am trying to explaing please suggest
 anything
 
 it will be very very helpful
 
 thanks to everyone who will be reading this
  Navigation: [Reply to this message] |