ripkjs Posted April 13, 2009 Share Posted April 13, 2009 I'm looking to link to a php script that creates an image depending on the time of day. I will be creating the images all separately and don't actually need the script to combine any images, basically just need an or something similar (forum friendly, not sure if the tag supports .php as an image?) to display this dynamic image for use in a forum signature. So for example after 1200, it would display 'tacobell.png', but this all needs to be and called as if it were an image linked from another site. I know this is possible, best/easiest/quickest way to do this? Even a point in the right direction would be a great start as I'm not completely aware of all the capabilities of php. I can find my way around code and understand whats happening for the most part, but I can't exactly write it just yet! Thanks for your time! Link to comment https://forums.phpfreaks.com/topic/153893-help-creating-dynamic-images/ Share on other sites More sharing options...
marklarah Posted April 13, 2009 Share Posted April 13, 2009 You can either use GD to dynamically generate the image, or just display a different image depending on the time of day with a coded tag Link to comment https://forums.phpfreaks.com/topic/153893-help-creating-dynamic-images/#findComment-808826 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.