Use of undefined constant LIB_PATH - assumed 'LIB_PATH' (this will throw an Error in a future version of PHP)
Fatal error: require_once(): Failed opening required 'LIB_PATHDSconfig.php' (include_path='C:\xampp\php\PEAR')
this is my code.
defined('DS') ? null : define('DS', DIRECTORY_SEPARATOR);
defined('SITE_ROOT') ? null : define ('SITE_ROOT', $_SERVER['DOCUMENT_ROOT'].DS.'sscbc');
defined('LIB_PATH') ? null : define ('LIB_PATH',SITE_ROOT.DS.'include');