Page 1 of 1

Image modification with number of articles

Posted: Thu Aug 23, 2007 10:51 pm
by kkonline
I am working with an article manager. I need to modify image of a tree (or plant) as the number of articles increase or as number of users grow.

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

Posted: Thu Aug 23, 2007 10:55 pm
by John Cartwright
What exactly are you asking? How to manipulate images in php? If so, you'll want to use the gd library