Good morning greetings from Peru I have a function that adds one day is for a hotel system so it should leave the next day always at noon then if I rent a room at 3 pm today the output will be at noon tomorrow this is the line that is responsible for adding a day but should be at 12 noon always
$fecha = date("Y-m-d H:i:s", strtotime("$fecha + 1 day")); //Aumente en un dia