[PHP] RE: [PHP-DB] Re: [PHP] build menu with mysql data

2003-01-21 Thread Edward Peloke
print""; print""; print ""; } } if($clientreqid<>$myrow["id"]){ print ""; if ($count1>0){

Re: [PHP] build menu with mysql data

2003-01-21 Thread Marc Bleuler
ows from a db. If the row had bid information in the db > (or your case submenu info) then a + sign icon was displayed next to it. IF > the plus sign was clicked, the page would reload and the bid or submenu info > would be displayed and the + sign would change to a - sign to give the >

RE: [PHP] build menu with mysql data

2003-01-21 Thread Edward Peloke
D]; [EMAIL PROTECTED] Subject: [PHP] build menu with mysql data Hi, I would like to bild a tree menu with mySQL data. where I have the collapsed main menue and when I click the link the specific submenue expands (as follow). (collapsed Main Menu) + Home + Downloads + About me + Search and for ex

Re: [PHP] build menu with mysql data

2003-01-21 Thread Gibbs, Liam - SXIA
<> What doesn't work about it? Does it not fetch the submenus? Does it exceed its number of rows somehow? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] build menu with mysql data

2003-01-21 Thread Marc Bleuler
Hi, I would like to bild a tree menu with mySQL data. where I have the collapsed main menue and when I click the link the specific submenue expands (as follow). (collapsed Main Menu) + Home + Downloads + About me + Search and for example if I click the "Download" section it will look as foll