> I want to *read* a file into a page and not process any PHP.  I'm just
> reading an HTML file.  I though it was simple, I thought I had it figured
> out, but now when I try, I get the following error:

Unless there is PHP code in there that you want to make sure it doesn't get
executed, 'include' will work just fine.

If you need to read the file and splat it to the browser, I think passthru()
is what you want.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to