.;C:\xampp\php\PEAR
.:/Applications/XAMPP/xamppfiles/lib/php
.:/opt/lampp/lib/php
$include_path = get_include_path();
set_include_path($include_path . ';C:\xampp\htdocs\book_apps\lib');
set_include_path($include_path . ':/Applications/XAMPP/htdocs/book_apps/lib');
set_include_path($include_path . ':/opt/lampp/htdocs/book_apps/lib');
require_once cart.php;