faqts : Computers : Programming : Languages : PHP : kms : Functions

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

6 of 28 people (21%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

how do i call a function from another file?

Aug 13th, 2002 13:38
Jon Bjorseth, Christian Sueiras,


I assume you might have a functions.inc.php file or something, in which 
case you'll have to include this file in the file that you are going to 
call the function.
include ('functions.inc.php');