> Is there an equivalent to <!--#include file="filename.inc"--> in 
> PHP?  And 
> will it work in version 3.0.16.  I've gone through the online manual but 
> found nothing that would help in this situation.

include("filename.inc");

or

require("filename.inc");

http://www.php.net/include
http://www.php.net/require

Enjoy,

James 'theFinn' Atkinson
http://www.phpbb.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]

Reply via email to