TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 01-17-2008, 01:15 AM   #1 (permalink)
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default Date and time.. Yikes

PHP Code:
<?php 
$timestamp 
time();
$oldtimestamp mktime(5,50,23,4,30,2005); //5:50.23 on April 30, 3005
$difference $timestamp $oldtimestamp;
$getdate getdate($difference);
print 
"The date is ";
print 
date("M-D-Y");
print 
"<br />";
print 
"The time is ";
print 
date("g:i");
print 
"<br /><br />";

print 
"<br /><br />";
print 
"This makes a timestamp of $timestamp";
print 
"<br />";
print 
"We will also be using the timestamp $oldtimestamp.<br />";
print 
"The difference is $difference";
print 
"<br />";
print 
"If you format that, it comes out as a ";
print 
$getdate[hours];
print 
" hour difference."//This does not tell the difference in time, just the difference in the hour of the day.
print "<br />";

//Whats left undone...
//I need to find a way to calculate the time elapsed between two timeestamps, and execute an action when that time exceeds another time.  I also need to find a way to add time to it.  For instance, I want to stop displaying something a month from now, but if somone submits a form, it will stop displaying two months from now.
?>
So, anyway, as you can see I have been toying around with time lately... How do I do what is commented at the bottem? One thing I neglected to add was that I need a way to do it in real time.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote
 



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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


All times are GMT. The time now is 06:42 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design