Quoting Martin <[EMAIL PROTECTED]>:
> 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 ?
>
Check out
include();
require();
include_once();
require_once();
It's all in the manual
--
-------------------------------- - -- - - -
Philip Murray - [EMAIL PROTECTED]
http://www.open2view.com - Open2View.com
------------- - -- - -
--
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]