Jump to content

Recommended Posts

If i wrote:

 

echo time() - 30;

 

Would that be the time minus 30 minutes from now???

 

Thanks,,

 

Jake.

 

Well if we want to play the semantics game, "the time minus 30 minutes from now" would actually be expressed as

 

time() - (time() + (30*60))

 

Link to comment
https://forums.phpfreaks.com/topic/155533-solved-php-time/#findComment-818470
Share on other sites

Ok,

 

I printed the SQL Query which im using and tested in in the SQL in PHPmyAdmin and it works fine - no errors:

 

UPDATE member SET lastOnline = '1240663406' WHERE userName = 'Jake'

 

And what the problem is, is that the "lastOnline" field is just showing a load of 0s! This:

 

0000-00-00 00:00:00

 

Any ideas????

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/155533-solved-php-time/#findComment-819028
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.