I am trying to enter this code into a new module to display it on he right panel.
I see the code in the WYSIWYG editor and it also displays the source in the right panel!
Please let me know what I am doing wrong...
Re: Trying to insert PHP/MySQL code into new module
Posted 17 years 2 months ago
Unless you have an extension like Jumi the php code is not evaluated. Since PHP is an interpreted language (compiled and executed at runtime), you will need to add an extension to your site. For Joomla 1.0.x you can look at
extensions.joomla.org/component/option,c...t_id,1873/Itemid,35/
to find custom code extensions. I haven't used Jumi yet, but I have used a couple of others.