Jump to content

[SOLVED] date, time + a few hours


SystemOverload

Recommended Posts

Ignore my previous ignorance, you were totally right ;)  I just wasn't thinking about the problem in the right way...

 

UPDATE tbl_listings 
SET c_password_reset_code = 'afe915b81e02df723a1df0ee3e70a75e', 
c_password_reset_valid_to =NOW() + INTERVAL 24 HOUR 
WHERE contact_email = '[email protected]'

 

Thank you

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.