hiya ppl i have added the date function into my php page and it doesnt seem to be working correctly... i have done it before with no problems but on this page i have just created it started out working and now after deuploading the files it is displaying yesterday as todays date??? why???
i use this
<?
$today = date("l, d F Y");
?>
and then add the echo $today in my code... and like i said it is displaying a date but it is yesterdays???
i use this
<?
$today = date("l, d F Y");
?>
and then add the echo $today in my code... and like i said it is displaying a date but it is yesterdays???












