Creating an image on the fly

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
giodamelio
Forum Newbie
Posts: 1
Joined: Mon Mar 15, 2010 4:58 pm

Creating an image on the fly

Post by giodamelio »

i have a variable $text

and i want to create a small image with that text in it and give the user a fixed link to that image.

the idea is that i am scraping data of a page that updated every hour

ad whenever the page is loaded the newest data will be displayed

thaank you :D :D :D
Sephern
Forum Commoner
Posts: 73
Joined: Sun Jan 04, 2009 4:44 pm

Re: Creating an image on the fly

Post by Sephern »

Cant say I have any real personal experience since I haven't ever had to use it, but when I was considering it for a project this looked helpful.
Post Reply