Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Kyo answers your...
08-30-2008 03:36 PM
by Kyo
Last post by Fewmitz
Today 03:00 PM
122 Replies, 123 Views
Go to first new post HEY LOOK
Today 02:51 PM
by Fewmitz
Last post by Li-Shun
Today 02:54 PM
1 Replies, 2 Views
Go to first new post Selling Pets (bd, uc...)
Yesterday 12:13 AM
Last post by michaelvdhout
Today 02:50 PM
10 Replies, 11 Views
Go to first new post need mm for nps transfer
Today 11:22 AM
Last post by Hodizzle
Today 02:40 PM
4 Replies, 5 Views
Go to first new post S> 5pets and 3mil NP
Today 10:38 AM
by SoC
Last post by NeoRetired
Today 02:36 PM
2 Replies, 3 Views
Reply
 
LinkBack Thread Tools Display Modes

 Time Based Pages - A PHP Tutorial
Old 10-18-2006, 03:54 PM   #1 (permalink)
Oosband
Guest
 
Posts: n/a
iTrader: / %
Time Based Pages - A PHP Tutorial

If you want to show different pages at different times of the day just simply use this:

Code:
<?php
// Get the current hour (24 hour format) on the server.
$sCurrentTime = date("H");
if ($sCurrentTime >= 0 && $sCurrentTime < 13)
{
header ("location: morning.php");
}
else
{
header ("location: afternoon.php");
}
?>
Change morning.php and afternoon.php to the relevant pages. I hope you find a use for this...
  Reply With Quote

 
Old 10-31-2006, 05:12 AM   #2 (permalink)
unlimitedorb
Guest
 
Posts: n/a
iTrader: / %
Short and Concise, a nice tutorial.
  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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cutting Tutorial Drown Tutorials 6 01-02-2007 11:03 PM
This one time i... Cheat Gaiaonline Forums 42 11-30-2006 09:26 PM
Pop-Out Sig Tutorial Drown Tutorials 7 11-27-2006 11:08 PM
time motoxjjj MapleStory 2 10-18-2006 05:47 PM
Refreshing the pages citizen Neopets 51 10-15-2006 01:20 PM

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 03:05 PM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.10023808 seconds (100.00% PHP - 0% MySQL) with 20 queries