[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
Hi Eddie, This is exactly what I'm looking for. I don't have some code today that's why I'm posting to the newsgroup. The only working thing I have today is the listing of the "main db" It looks a bit whired since I copy past it from the file. Could you post some of your code? ---

RE: [PHP] build menu with mysql data

2003-01-21 Thread Edward Peloke
Marc, I did something sort of along these lines with an 'auction' site I worked on. I displayed rows 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 su

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