> Ok, this may seem like a dumb newbie question...
>
> Is there an function like ASP's Server Side Include in PHP ? Or what is
best
> to use instead, fread ?

If it has PHP code in it, or might some day, use http://php.net/include or
one of its See Also's
If not, use http://php.net/passthru or one of the See Also's

Oh yeah:  SSI is not ASP's, I don't think.  They just stole the idea.  Try
doing something like PHP's include() in ASP some time... :-)

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
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