kraquen
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.

