Im trying to use php but im a beginner.
I would like to understand which actual paths this function is setting?
set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__).'/php-pear;'.dirname(__FILE__).'/php-pear/DB-1.9.3');
Thank you
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Im trying to use php but im a beginner.
I would like to understand which actual paths this function is setting?
set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__).'/php-pear;'.dirname(__FILE__).'/php-pear/DB-1.9.3');
Thank you