Log In
Sign Up
Why Join Hot Scripts?
Hot Scripts
All Categories
PHP
Python
Tools & Utilities
XML
Ruby on Rails
Ajax
Web Hosting
ASP
ASP.NET
C & C++
CFML
Flash
Java
JavaScript
CGI & Perl
HTML5
Forums
Blog
Scripts
Hosted Apps
Plugins
Design Templates
Forum
Blog
Advertise
Contact Us
Register
FAQ
Rules
Calendar
Search
Today's Posts
Mark Forums Read
RSS Feeds
Current location:
Hot Scripts Forums
»
Programming Languages
»
PHP
» image automation by month
image automation by month
LinkBack
Thread Tools
Display Modes
#
1
(
permalink
)
03-16-10, 12:09 PM
konghoising
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.
konghoising
View Public Profile
Find all posts by konghoising
#
2
(
permalink
)
03-16-10, 02:38 PM
dberebi
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" />'
;
dberebi
View Public Profile
Find all posts by dberebi
#
3
(
permalink
)
03-17-10, 10:35 AM
konghoising
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?
konghoising
View Public Profile
Find all posts by konghoising
#
4
(
permalink
)
03-17-10, 11:31 AM
dberebi
Newbie Coder
Join Date: Oct 2007
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
exactly...
dberebi
View Public Profile
Find all posts by dberebi
#
5
(
permalink
)
03-21-10, 11:36 PM
StuDrew
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!
StuDrew
View Public Profile
Find all posts by StuDrew
Bookmarks
Digg
del.icio.us
StumbleUpon
Google
«
Php to read xml
|
Problems with a query form/error reporting
»
Currently Active Users Viewing This Thread: 1
(0 members and 1 guests)
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
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 Rules
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General Community
Announcements
Polls
The Lounge
New Members & Introductions
Script Requests
HotScripts.com Discussion
Hot Scripts Forum Questions, Suggestions and Feedback
General HotScripts Site Discussion
HotScripts Site Bug Reports
General Web Coding
HTML/XHTML/XML
HTML5
JavaScript
CSS
Flash & ActionScript
Programming Languages
PHP
Perl
ASP
ASP.NET
C/C++
Visual Basic
Windows .NET Programming
Everything Java
Other Languages
Other Discussions
Web Servers
Database
Other Topics
Web Design
API
Frameworks
AJAX
Security
Server Administration
Portable Device Programming
Cloud Computing
Ruby on Rails
CFML
Python
Tools and Utilities
Remotely Hosted
Web Hosting
Advertising Forums
General Advertisements
Job Offers & Assistance
Traffic Exchange
Website Reviews
Web Hosting Talk
DBForums.com
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.
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Share on Facebook
Share on Stumble Upon
Share on Twitter