PHP page name script

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
PCgeek

PHP page name script

Post by PCgeek »

I want to put a php script on a content page that loads images from an SQL database based on the pages name.

How do i make the PHP script recognise the page name? I want to have the script callable ie {imagegalleryphp}

Thanks in Advance.
alby

Re: PHP page name script

Post by alby »

PCgeek wrote: I want to put a php script on a content page that loads images from an SQL database based on the pages name.

How do i make the PHP script recognise the page name? I want to have the script callable ie {imagegalleryphp}
With un User Defined Tags and $page_alias (alias of current page), for ex:
{imagegalleryphp page=$page_alias}

Alby
Locked

Return to “CMSMS Core”