faqts : Computers : Programming : Languages : PHP

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

11 of 20 people (55%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

How do I link in an external file containing common php functions for calling from within the page?

Feb 22nd, 2008 03:28
dman, Jonathan Sharp, mat brown, http://www.ttnr.org


require("file.php") or include("file.php")
http://php.net/require
http://php.net/include