Forum Moderators: coopster
That means for every 10 articles posted in the db the image of tree/plant should modify itself and grow a branch.
For every member who registers it should modify itself to grow a leaf.
The tree image is visible on the front page of the site; and it's branches and leaves should reflect the current number of articles and members.
I don't have any clue how to implement such a thing. But i think some kind of image modification should be there in php
Unless you are talking a tree with potentially thousands of branches, my inclination would be to just draw the tree manually, one branch at a time, and saving the image after each new branch. Eventually I'd have a set of images numbered by the branch count and I'd be able to use the appropriate one based on how many branches should be shown at that time.
pretty complex. You would need an equation or mathematical representation of the tree/growth first I would think and start using lines for branches and a simple image for leaves. You could make it more complex if you could get the basics working.
Vince's series of images is probably the way I would go