I'm using the following function to get the current timestamp:
$created_timestamp = date("Y-m-d H:i:s");
But how do I get a timestamp for the last day of next month. So for example, if it is the 15th of September to get the 31st of October. Including all the hours, minutes and seconds as well?