Hello
I understand that it is possible to include javascript in moodle pages produced as resources inside a course.
Instead of using javascript, I would like to include php code. The problem I have noticed is that any php inserted is transformed into a comment.
I know I could embed an external php page by using iframes. However, I want to be able to control access to the php program through the moodle page (something not really possible with an iframe as the external page's URL would be visible in the page's source code).
Any suggestions would be very appreciated.
Thank you.
Andrew