Sat 26 Nov 2005
Testing Exec-PHP Plugin
Posted by Mr. Plugin Tester under Plugins, WordPress
[2] Comments
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.




Ahm, no need to contact me – just found your entry
Doesn’t look to good. The post dates 2005 – but I am sure it’s a recent post, isn’t it?
Well, I am always a bit lazy about supporting new WordPress versions. So it may take some days after WP 2.1 finally made it. Anyway I am wondering why the plugins fails here. As of Exec-PHP 3.0 nothing too tricky is included in the code.
Btw: The BB-like format [?php ?] isn’t supported anymore with version 3.0
Actually it is a post of 2005. I have exec-PHP 2.0 running. I guess I will update it to 3.0, though I am not sure.
I had it installed as a test, but I’m trying to cut down on plugins used on this blog so as to keep it light.