Hi all -- I have an include_path question.
Just setting up a new server, and I'm running into a really stupid issue.
I have the following line in php.ini:
[PHP]include_path = ".:/usr/local/include:/usr/share/pear"[/PHP]
Inside /usr/local/include there's a file lib/html/html.php which does some templating for me.
My PHP code has the following line:
...