NYCPHP Meetup

NYPHP.org

[nycphp-talk] Include File Access

Hans Zaunere hans at nyphp.org
Mon Sep 8 15:26:38 EDT 2003


You might be able to leverage include_path a bit?

-- in php.ini itself
-- using a .htaccess or httpd.conf "Apache time" configuration change
-- http://us2.php.net/manual/en/function.set-include-path.php
-- ini_set()

You can then change the include path, even at run time, as needed. While this can be hugely powerful and useful, stay on your toes; it can also get out of control :)



Brian Pang wrote:
> anyone know why my posts don't continue within the threads? Sorry, I
> don't mean for that to happen.

For whatever reason, your mail client isn't maintaining the MessageID, References and related email headers.

H






More information about the talk mailing list