Current location: Hot Scripts Forums » Programming Languages » PHP » image automation by month


image automation by month

Reply
  #1 (permalink)  
Old 03-16-10, 12:09 PM
konghoising konghoising is offline
New Member
 
Join Date: Mar 2010
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
image automation by month

Hi, i am working on a website for my client, he requested to change the header image automatically each month (1st Jan, 1st Feb.... etc.) is it possible to do with PHP? or i should manually change that for him every month? Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 03-16-10, 02:38 PM
dberebi dberebi is offline
Newbie Coder
 
Join Date: Oct 2007
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
The function date('M') will return a short textual representation of the month, three letters 'Jan' through 'Dec '.

so just put all 12 images named 'headerJan.png' etc. in the same folder and do something like:
PHP Code:

echo '<img src="/images/header'.date('M').'.png" />'
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 03-17-10, 10:35 AM
konghoising konghoising is offline
New Member
 
Join Date: Mar 2010
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Hi, thanks for your reply. So it will then update a new header automatically base on server date?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 03-17-10, 11:31 AM
dberebi dberebi is offline
Newbie Coder
 
Join Date: Oct 2007
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
exactly...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 03-21-10, 11:36 PM
StuDrew StuDrew is offline
New Member
 
Join Date: Mar 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
This is actually a pretty good idea.

I like the idea of being able to change content depending on the time of day. :-)

Good one!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Image automation konghoising JavaScript 2 03-16-10 12:08 PM
PHP & MYSQL Same Table Ishmell PHP 7 06-29-09 12:36 AM
div css theighost CSS 11 09-14-08 03:30 AM
displaying text over image ketanco CSS 10 09-11-08 08:39 PM
Updating image every month automatically kavithadevan JavaScript 1 07-26-07 10:09 AM


All times are GMT -5. The time now is 10:23 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.