RE: [PHP] Help with treeview

2003-10-02 Thread Ray Hunter
> Does anyone know how to implement a treeview style display in PHP? PEAR has a treeview that I have used in the past and it works fine. http://pear.php.net/package/HTML_TreeMenu -- BigDog -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Help with treeview

2003-10-02 Thread Craig Lonsbury
This should get you started... http://www.sitepoint.com/article/1105/1 it is a great article assuming that you will be using a db to store your data. hth, Craig -Original Message- From: Stephen [mailto:[EMAIL PROTECTED] Sent: October 1, 2003 11:19 PM To: [EMAIL PROTECTED] Subject: [PHP

Re: [PHP] Help with treeview

2003-10-02 Thread - Edwin -
Hi, On Thu, 2 Oct 2003 15:18:48 +1000 "Stephen" <[EMAIL PROTECTED]> wrote: > Does anyone know how to implement a treeview style display in PHP? Hmm... what exactly do you mean by "treeview"? Anyway, *I think* this is more of a Javascript/HTML question... So, find a site that uses "treeview" then