Another Joomla solution I have used to include PHP snippets is a joomla plugin called Jumi.
http://extensions.joomla.o
Basically you reference php pages on the server with placeholders in your joomla pages.
Not sure how good this would be for extensive php inclusions, but I have found Jumi very handy for adding php code to "articles" in some of my sites.
...Rowby
Main Topics
Browse All Topics





by: grvulturePosted on 2009-07-17 at 09:12:12ID: 24880059
It depends on the PHP pages. There is a module that you can add custom PHP code in it and publish in any module position: rg/extensi ons/editio n/custom-c ode- in-mod ules/1758/ details
http://extensions.joomla.o
however if you need something more complex, you can always load your PHP pages in iframes.
If the PHP pages you want to include in Joomla contain mysql queries, you have to use your joomla mysql login information.
you can do this by using the following code:
Select allOpen in new window