Hello, I need to add 1 day to my time, I know how to do it if its normal date(), but here its different.
$datpos = strtotime($datumpos); // this is the date received from database
Now I need to add 1 day to this date, how do I do that with strtotime, so that later on I can compare?