View Single Post
Old 02-23-2005, 10:09 PM  
Dusen
Confirmed User
 
Join Date: Aug 2002
Location: East Coast.
Posts: 2,251
Help With PHP and timestamp

I set this up:

$time1=time();

Later On,

$time2=time();

if I:

echo $time1 -> 1109145600
echo $time2 -> 1109201240

But if I

echo($time2 - $time1) -> -1109145600

Why? Why is it not 55640?

Can Anyone help?
__________________
Penis Pill Sponsor List and Reviews:
http://www.pillsponsors.com
Dusen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote