Let me know :)
$add_date = date ("Y-m-d H:m:s");
$expiry_date = 'how?';
How to insert into db the $expiry_date for 60 days. mysql format is datetime
|
|
|||||
|
|
|
Use
or more simply:
|
||
|
|
|
A method avoiding time conversions:
EDIT |
||
|
|