While Im at it, throwing all these questions at these forums, my last one for the week.
If you are running, multiple sites through a IIS, how do you configure the php.ini to read the include file from diffirent locations?
php.ini file
include_path = ".;c:\php;c:\usr\mibs"
Separate locations with ";"
hth