I realize you certainly could have the intention of showing the contents of
the file without actually using it. However the impression I got was that
Rick wants to use the contents of the file in execution for other parts of
the script, yet without including it the normal way...correct me if I'm
wrong. I definitely agree thought that it could be used to show the file.
Rick, what did you intend to use the "raw" included file for?

Chris

-----Original Message-----
From: David Robley [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 11:10 PM
To: PHP General List (E-mail)
Subject: Re: [PHP] includes


On Tue, 13 Mar 2001 13:54, Chris Cocuzzo wrote:
> I'm slightly confused as to why you would not want it parsed and
> executed...or I should say...what would be the differences in using the
> include function vs. reading it in like a file??
>
> Chris
>
> -----Original Message-----
> From: Rick St Jean [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 12, 2001 10:15 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] includes
>
>
> I am looking for a simple way to include a file and not have it parsed.
> But I also do no want to strip out the html and php.  Is there a way
> to do a nice and simple include and set parsing to false?
>
> Right now I use a fopen and fgets to read from the file.
>
> include() will parse it and execute it.
>
> All I want to do is include it raw... any ideas?


Well, if one wanted to show the actual content of the file, for whatever
reason. Say one were building a routine to do a showsource, for instance.
That's not what you are doing, is it Rick?

--
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

--
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]


-- 
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