Hi there,
I'm having a problem with my include_path variable.
phpinfo() tells me :
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File C:\php\php.ini
the C:\php\php.ini shows the correct include path value but for some reason I get errors in my script saying "(include_path='.;C:\php5\pear')"
Where did this rogue value for include_path appear from? I have a feeling it's something to do with "Configuration File (php.ini) Path C:\Windows" but there is no php.ini in C:\Windows
Thanks