Functions Php

It has this syntax: require(file insertion_file)
The insertion_file will be included in the script. 
// A sample file to be inserted (init.tpl)
$site_title = "PHP";
$contact_email = "w@hotmail.com";
$contact_name = "Sales";
?>
//Making use of init.tpl