I have multiple images and text in a table with an image background. I would like to turn this into a single (combined) .jpg image and display it on another page. It will be something like a banner or large thumbnail.
The information would be pulled from a MYSQL database to choose the images and text. It would also use $_GET code to form the information in the table.
I was told PHP can do this, however, I have not been able to find any code that would allow me to do this.
Has anyone else heard of this?
Also, it seems the imagejpg (or imagegif and etc.) is actually pulling the code for the picture from the database blob field.
Am I understanding the code imagejpg correctly?