For future reference Inline PHP is the best one I have tested (on version 2.9 – even though currently it is not “approved” for 2.9).
However when switching to visual all of the <exec> and </exec> tags disappear and all that is left is the code raw and fragile.
I tested the following code:
<exec>
$test=’My big test<br />’;
echo $test;
echo ‘This is a test’;
</exec>
And this is what it shows:
My big test
This is a test
I am really excited. This plugin has a lot of potential.
I have spent a large portion of today fighting the good fight with Typo3. Typo3 won the battle. I am sure if I knew what I am doing it would have been an easy task, but since I am still fumbling with that CMS, it was very hard and didn’t yield anything like what I hoped it would do. Bummer!
Out of morbid curiosity I looked for a similar plugin in WordPress and I found this one. Switching to WordPress looks like a brilliant idea right now… Sob! registration
Read the official documentation on Wrodpress.org
codex.wordpress.org/Pages
Watch a short movie that explains how to create custom pages on a WordPress site.
www.wordpresswizards.com/how-to-create-salespages-landing-pages-and-custom-page-templates-with-wordpress
Real simple!
I think this one has good potential:
http://www.mcuniverse.com/TYPO3-Tutorials.36.0.html
Off to sink or swim…