Runnning our family website on Joomla, I've been looking for a simple way to incorporate my own php programs into the Joomla framework, and ideally using Joomla user autentication to controll acces to programs.
After trying several several modules for integrating own php code using Joomla extension, I had to give up this aproach, and go for inclusion using iframe integration (standard Joomla wrapper option).
This leads to the need in some way to pass Joomla user ID and 'credentials'. Thanks to this article 'CodeCharge goes Joomla', I got on the right track, and finally got it to work.






