hi, i have a big problem with strtotime()
There is a big bug with strtotime() in php 5.0.0; 5.0.1 and 5.0.2.
In PHP 5 up to 5.0.2, "now" and other relative times are wrongly computed from today's midnight. It differs from other versions where it is correctly computed from current time.
I need a script that does the same and also works on php5 to 5.0.2
this doesn't work!
echo date("Y-m-d H:i:s"); echo"<br>";
echo date("Y-m-d H:i:s", strtotime("+6 day"));