| 
 Posted by php_mysql_beginer911 on 09/01/07 10:09 
On Aug 31, 3:04 pm, "Rik Wasmus" <luiheidsgoe...@hotmail.com> wrote: 
> On Fri, 31 Aug 2007 11:56:07 +0200, php_mysql_beginer911 
> 
> 
> 
> <deepa...@gmail.com> wrote: 
> > Hi am not very good in php so looking for someone who could give some 
> > suggections ... 
> 
> > 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 
> 
> Some reading material:http://dev.mysql.com/tech-resources/articles/hierarchical-data.html 
> 
> -- 
> Rik Wasmus 
> 
> My new ISP's newsserver sucks. Anyone recommend a good one? Paying for 
> quality is certainly an option. 
 
:) thanks again it's exactly what i was looking for ...  google is 
cool and people here are more cool :)
 
[Back to original message] 
 |