Image modification with number of articles

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kkonline
Forum Contributor
Posts: 251
Joined: Thu Aug 16, 2007 12:54 am

Image modification with number of articles

Post 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
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

What exactly are you asking? How to manipulate images in php? If so, you'll want to use the gd library
Post Reply