Is it possible to have a PHP script duplicate an existing file in the same directory?
Why: Content management.
User clicks button, template is called, copied and renamed to reflect the variables that were passed in by the script.
Make sense?
Is the a better method? I suppose it could be done with one template with a dynamic URL but I prefer a static URL for the spiders and bots.
Thanks,
Matt