Re: [PHP-DB] INNER JOIN by field content

2002-06-25 Thread szii
EMAIL PROTECTED]> To: "Php-Db" <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 6:48 AM Subject: [PHP-DB] INNER JOIN by field content > for building my website i am implementing a tree-style data organization. > for that i have a mysql table called 'jm_tree': > C

[PHP-DB] INNER JOIN by field content

2002-06-25 Thread José Moreira
for building my website i am implementing a tree-style data organization. for that i have a mysql table called 'jm_tree': CATID, int(10)auto_increment -> Index PARENT, int(10) ->the CATID of the 'parent' node TEXT, varchar(40)