PHP Date and Timestamp
Say you want to calculate the date 45 days from the present date which one of the following statement will you use?

strtotime(“-45 days”)
totime(“+45”)
totime(“+45 days”)
strtotime(“+45 days”)

ANSWER DOWNLOAD EXAMIANS APP