If the file is in one of the folders in your include_path:
require('PHPTAL.php');
Otherwise simply specify the relative or absolute path to the file (if you use a relative one it must be relative to the path of the PHP script that was initially called by the HTTP request):
If the file is in one of the folders in your
include_path:Otherwise simply specify the relative or absolute path to the file (if you use a relative one it must be relative to the path of the PHP script that was initially called by the HTTP request):