In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
> Hi Tyler,
> 
> Thank you,
> I checked the permissions and the ownership, all ok, but by inserting 
> the absolute path
> in the page, the code is running and get the expected output from the 
> script. I realized that
> I made the same mistake in the php.ini file, I updated the include_path 
> statement to
> 
> include_path = ".:/var/www/htmls/php/includes"  and now can simply 
> reference the class file
> without the path and it is working fine.
> 
> One question, what is the significance of the colon (:) in the 
> include_path directive?

It is the separator between the various paths. The dot . refers to the 
current working directory.

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to