jRequire
The jRequire statement includes and evaluates the specified file using relative path.
void jRequire ( String $_path )
Parameters
- $_path: The path of the file you want to include.
Return Values
Examples
<?php
jRequire("../Module01.php");
?>