I've been trying for ages but I can get the time on the line below the date.
Does any one know?
Here's the code:
Its probably something easy I know it.
Last edited by Oddw1re on Tue Sep 16, 2008 1:13 pm; edited 1 time in total
Does any one know?
Here's the code:
| Code: |
| <?php
header ("Content-type: image/png"); $img = imagecreatefrompng ("sig.png"); $colour = ImageColorAllocate ($img, 0, 0, 0); $read1 = date("D dS M y h:i:s A"); $input = ($read1); ImageString($img, 3, 15, 30, $input, $colour); imagepng($img); ?> |
Its probably something easy I know it.
Last edited by Oddw1re on Tue Sep 16, 2008 1:13 pm; edited 1 time in total
