Re: MySQL and PHP issue

2001-04-12 Thread David Beech
On 11 Apr 2001, at 18:59, David wrote: > I tried posting this in the PHP newsgroup but received no > response so thought I would try here since issue involves > MySQL > The easiest solution is to use lists, eg: Admin Networking ping traceroute echo rather than table da

Re: MySQL and PHP issue

2001-04-12 Thread David
I want to be able to change menu items on the fly instead of having to modify the html code manually. Some of the menu item links change a lot or I need to add additional menus. Keeping the menus in a database allows me to edit/change the menu items easily from the web page Thanks Rolf Hopkins

Re: MySQL and PHP issue

2001-04-11 Thread Rolf Hopkins
This doesn't look easy and I don't have time to sit down and think about it but I'll give a couple of suggestions. 1. An ORDER BY clause may help. When you go through the list, you will then need to detect a change in "menu level". 2. Why do the menu items need to be in a database anyway? Just