I have date with this format
format('Y-m-d H:i:s');
How can i do this
$hola == $hi + 10000;
Like i add to the current time 10000 seconds ?
$dt = new DateTime();
$hi = $dt->format('Y-m-d H:i:s');
$hola == $hi + 10000;
echo $hola;
This script gives me a blank page ,