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

[PHP] shtml includes

2001-07-01 Thread Jamie Saunders
Hi, In my site I use shtml extensively. Therefore I have quite a number of text files that serve as shtml includes. Often these text files contain more shtml includes. I'm creating PHP pages and wish to use these text files within the pages, I know how to do this easily enough by using: inclu