RE: [PHP-DB] how to display tree structure from database??? [ NEW VERSION]

2002-08-28 Thread José Moreira
adapted to your database ... for errors and more information .. let me know "; } echo "$text"; } # Main function, to be called recursively function Parse_Tree ( $level=0, $parent=0 ) { $db = mysql_connect("localhost", "root", "password");

RE: [PHP-DB] how to display tree structure from database??? [ NEW VERSION]

2002-08-27 Thread José Moreira
adapted to your database ... for errors and more information .. let me know "; } echo "$text"; } # Main function, to be called recursively function Parse_Tree ( $level=0, $parent=0 ) { $db = mysql_connect("localhost", "root", "password");