Im a newbie to PHP and trying to run this code in apache webserver but for some reason its not running.
The file is saved under htdocs info.php. WHen I run there is no action at all..Infacts it opens the download window.
ANy help is appreciated
php code:
<?php
date_default_timezone_set('America/Los_Angeles');
echo date("F j, Y, g:i:s a");
?>