Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~125 People Reached
Favorite Forums
Favorite Tags
php x 2
Member Avatar for schaine

Hey all, just saying hello, and glad to be here. Looks like there are alot of friendly people here.

Member Avatar for dawn.visp
0
30
Member Avatar for schaine

Hello all, here is the code im using: [CODE] <?php /** * phpTreeGraph * Linux filesystem hierarchy demo * @author Mathias Herrmann **/ //include GD rendering class require_once('./classes/GDRenderer.php'); //create new GD renderer, optinal parameters: LevelSeparation, SiblingSeparation, SubtreeSeparation, defaultNodeWidth, defaultNodeHeight $objTree = new GDRenderer(30, 10, 30, 50, 20); //add nodes to …

Member Avatar for schaine
0
95