I thought doing this in PHP would be best, but I think javascript would be easier. I want an image and I want todays date to appear in the corner. It would need to update automatically. Any idea where to start? Thanks in advance
you can somehow edit image content with javascript. you can add an absolute-positioned div with date. with php you can edit image content before showing it. this is the code i used to put logo in the image. hope this will give you and idea
Bro, this can be done by CSS also! <div style="height:[COLOR="Red"]40[/COLOR];width:[COLOR="Red"]300[/COLOR];text-align:right;background-image:url('[COLOR="Red"]Image.png[/COLOR]');">[COLOR="Red"]The information here![/COLOR]</div> Code (markup): Hope you got that!