[PHP-DB] ?DHTML Layers with PHP?

2004-03-19 Thread Galbreath, Mark A
I've been sitting here all morning wracking my brains for a way to code a hierarchical menu tree with JavaScript from database data retrieved by PHP, so that the child menus appear on a mouse click. Can PHP do this without JS? The only JS examples I can find use static menu trees, not dynamic

RE: [PHP-DB] ?DHTML Layers with PHP?

2004-03-19 Thread Paul Miller
] ?DHTML Layers with PHP? I've been sitting here all morning wracking my brains for a way to code a hierarchical menu tree with JavaScript from database data retrieved by PHP, so that the child menus appear on a mouse click. Can PHP do this without JS? The only JS examples I can find use static menu

RE: [PHP-DB] ?DHTML Layers with PHP?

2004-03-19 Thread Galbreath, Mark A
This is exactly what I am looking for, so can PHP generate a new dynamic_page.php with the add. syntax? Mark -Original Message- From: Paul Miller [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 12:23 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] ?DHTML Layers with PHP? This JS

RE: [PHP-DB] ?DHTML Layers with PHP?

2004-03-19 Thread Galbreath, Mark A
This worked great (except for a couple of formatting issues) - I am able to build the hierarchical menus from database data dynamically with PHP. Thanks for the link! Mark -Original Message- From: Paul Miller [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 12:23 PM This JS