<?php
echo date("m/d/y");
?>
that will echo current month/day/yr
how do i make it echo YESTERDAYs info
so instead of 04/06/10
it'l be 04/05/10
echo date("m/d/y");
?>
that will echo current month/day/yr
how do i make it echo YESTERDAYs info
so instead of 04/06/10
it'l be 04/05/10



Comment