This is in regard to your tutorial
http://www.gamexe.net/php/basic-image-manipulation-gd-library/.
I am trying to make an image for n online game I play. It uses BBcode throughout for making guild pages etc.
I have a database that gathers statistics and other info. I want to post an image on the game boards of some values from the database that will update when the database is updated.
Example:
Say I have a table of 3 people. Each person has a certain amount of money. I want to post an image of the persons name and the amount of money they have in a table and when their money value changes, the image also changes.
I cannot find anything like this on the net as I don't know what to search for. Any help will be appreciated.