PHP by FWD

If you're looking for a way to run php in your modules, it does the job. Just paste your php in the code box, and there you go.
Many thanks to the developer.
Anyone can use Joomla Mod PHP from beginner to pro, but this is a MUST HAVE for any designer who uses Joomla.
The most useful extension I have ever used. I wish I could give more than five stars...
There may be an option in the plugin´s administration to choose, whether I want to display the code in the frontpage, or in the single page, only.
I wanted to add a advertisment code, but I do not want to wish to display the cod in the frontpage.
Joomla allows you to choose which pages to publish modules on natively. When editing a module, there is a list of menu items that you can publish the module to, choose only the pages you want it to appear.
It gives you the ability to add very simply PHP Content anywhere you want.
"A MUST HAVE" if you want to include other external components like forums(eg. SMF,phpbb, Fireboard as well and so on).
The onliest you have to keep in mind that you don't include
files a second or a third time ;)
Cause this one gives you the ability to add any PHP content anywhere!
Great Work, Great Modul!
I luv it!
You can save the text in a file and use PHP's include() function to include it, though it is a bit inconvenient.
Good to know what the limit is. Unfortunately it can't be helped since it is probably the browser limit on url encoded POST parameters or the limit on the server for receiving url encoded POSTs.
Only downside is that joomla php objects are not available, that I know of. Such as my->name;
Joomla modules run inside a function (mosLoadModules). So just as you need to declare any globals with the "global" keyword in a regular module, you need to also do this in mod_php. That way you can use any Joomla Objects/Globals.





