Hi,
I am using str_replace to scan through pages and replace, for example; [gallery] with the actual gallery page using an include command.
For example;
[gallery]
Once this is located it's replaced by
include('modules/gallery/index.php');
How can you do this (and for multiple ones, [gallery], [enquiry]?
Thank's very much.
Zack.