TestPage

just a test page

[insert_php]
echo ‘Local date and time is: ‘;
$hours = 1;
echo gmdate(‘l, F j, Y \a\t G:i:s’, time()+intval($hours*60*60));
echo file_get_contents(‘/home/ecfroeml/blog_code/changelog.html’);
[/insert_php]

The stuff of Eric Froemling