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

2004-03-19 Thread Brock Jimmy D Contr DODHSR5
If you compiled PHP with DOM support you can use XML to create dynamic trees. Here's a link to an article that uses XML...it's in ASP but the code could be converted to PHP. http://xefteri.com/articles/may312002/default.aspx Hope this helps, Jimmy Brock -Original Message- From: Galbre

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

2004-03-19 Thread Justin Patrin
Mark A Galbreath wrote: 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 me