[insert_php]
echo ‘
Testing PHP within wordpress page is functioning
‘;
echo ‘Local date and time is: ‘;
$hours = 1;
echo gmdate(‘l, F j, Y \a\t G:i:s’, time()+intval($hours*60*60));
[/insert_php]