Creating Images from images in PHP

Posted on 16th Feb 2014 by admin

Okay well I am trying to make a 'dynamic' calender image with PHP.

I have images like this:



and:


Obv I have an image for each day of the month (1 - 31) and I have images for each month.

if i created a file named, cal.php i want to be able to use that in an img tag and it will mix two images together (month with day below it) and will show today's date.

Any guidance, links to tutorials etc? Thanks in advance!!

Other forums