When your ISP does not allow you to add the default include directories - it might be useful to extend the 'include_path' variable:
<?php ini_set('include_path',ini_get('include_path').':../includes:'); ?>
When your ISP does not allow you to add the default include directories - it might be useful to extend the 'include_path' variable:
<?php ini_set('include_path',ini_get('include_path').':../includes:'); ?>