i have already searched internet and (php mannual too a little hard to understand) but didn't get satisfied about php's set_include_path, i know
that its used to set the include path for the running script,but i dont quit understand what does PATH_SEPARATOR constant do in php set_include_path function.
so for example
set_include_path('./php-include'.PATH_SEPARATOR.'./functions');
i don't quiet get it please some one explain it thanks in advance.