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 25 people (24%) answered Yes
Recently 4 of 10 people (40%) 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');