Re: [PHP] shtml includes

2001-07-03 Thread Christian Reiniger
On Sunday 01 July 2001 13:57, Justin French wrote: > If you grab a decent text editor, and do a search and replace accross > the whole site (decent text editors can do search and replace on a > whole directory or disk), you'll have a once-off chore, rather than > giving the server a constant chor

Re: [PHP] shtml includes

2001-07-01 Thread Justin French
Jamie Saunders wrote: > What I would like to happen is for the PHP script to be able to look for the > tags within the text files and parse them as PHP > include(""); tags. Is there any way of achieving this? It can be done with regular expressions (but i'll leave that to someone who is GOOD a