Re: [PHP] include literal

2005-03-28 Thread Chris Shiflett
Jeremy Reynolds wrote: What if I want to include some literal test into a PHP document that I don't want it to interpret as it loads. You can use something like readfile() instead of include. Hope that helps. Chris -- Chris Shiflett Brain Bulb, The PHP Consultancy http://brainbulb.com/ -- PHP Gener

Re: [PHP] include literal

2005-03-28 Thread Leif Gregory
Hello Jeremy, Monday, March 28, 2005, 1:36:10 PM, you wrote: J> -- J> I would like the output of Document B to be: J> J> instead of something here. J> -- highlight_file('Document A'); -- Leif (TB lists moderator and fellow end user). Using The Bat! 3.0.9.9 Return

[PHP] include literal

2005-03-28 Thread Jeremy Reynolds
What if I want to include some literal test into a PHP document that I don't want it to interpret as it loads. In particular, I am working with XML but for the example's sake I will say PHP. Example: -- DocumentA.txt: --- --- Document B: -- -- I would l