The first NATIVE 1.5 plugin (now available for Joomla 1.0) to execute php code within a content item! For security reasons, only administrators are allowed to include php code. All other authors will be ignored (and the php code displayed).
NOTE! Starting with 1.1, you can now include Javascript (either standalone, or remote file), and HTML (via a local server file only)! See the FAQ for more info!
Now, there's 2 versions! One for Joomla 1.0 (native to 1.0), and one for Joomla 1.5 (native to 1.5). Both support PHP Javascript and HTML! If there's something else you want, feel free to ask!
To Use
{php}code you want to execute;{/php}
{phpfile}/path/to/php/file.php{/phpfile}
{js}alert("Code you want to run");{/js}
{jsfile}
http://www.mysite.com/myjsfile.js{/jsfile}
{htmlfile}/path/to/html/file.html{/htmlfile}
Version 1.1.1 fixes a minor bug with HTMLfile inclusion.