Re: [PHP-DB] Need Database Design help

2001-05-18 Thread Szii
]> To: "php-db list" <[EMAIL PROTECTED]> Sent: Friday, May 18, 2001 1:13 PM Subject: [PHP-DB] Need Database Design help I'll try to simplify my problem so that this isn't a long read and is easy to understand. Tree Table: -- node_id node_name parent_

[PHP-DB] Need Database Design help

2001-05-18 Thread Doug Schasteen
I'll try to simplify my problem so that this isn't a long read and is easy to understand. Tree Table: -- node_id node_name parent_id I use the above table's rows to create an online tree in php and javascript. The parent_id column is just a pointer to a the node_id of which th