Christopher
Retired
- Messages
- 14,659
- Reaction score
- 8
- Points
- 0
I need a php script that does the following.
It loads up a image and adds text on top of it in the center.
For example.
This
Would show a image that is specified in the php script and it would add the text Home on top of it.
Is this possible?
It loads up a image and adds text on top of it in the center.
For example.
This
Code:
<IMG SRC="buttons.php?text=Home">
Would show a image that is specified in the php script and it would add the text Home on top of it.
Is this possible?