Edit php.ini and add the pear directory to your include_path
or
use ini_set to set your include_path in your script:
http://www.php.net/manual/en/function.ini-set.php

Justin Garrett

"Harring Figueiredo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>   I would like to include some of the files ( tabel.php, etc ) from PEAR
on my
> scripts - Do I have to hardcode the installation path ? or is there a
directive
> that tells the preprocessor to look on the right place (Like in c)?
>
>  Thanks in advance.
>
> HArring
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com



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

Reply via email to