Run php in a standard page

Is there a way to run a block of php code in a standard page div?

[quote]
Is there a way to run a block of php code in a standard page div?

[/quote]



No, you can't. It is a security feature. :slight_smile:

not quite true - you could turn the div into a nested content - link through to a remote content page and then link that to a php script on your server. we do this a bit for some admin db queries (sometimes its easier to construct your own SQL that to bundle up asset listings).