Testing Exec-PHP on WP2.1 alpha


<?php
echo "Current date and time: ";
echo date("l dS of F Y h:i:s A");
?>

This should display the date:
[?php
echo "Current date and time: ";
echo date("l dS of F Y h:i:s A");
?]

Update 1: using <?php doesn’t work. I will have to use [?php
Update 2: both don’t seem to be working! Will contact Soren about this.