I have installed PHP on my windows 2003 server. I have also installed PEAR - following multiple instructions found online. However, I continue to get the following error when trying to write login authentication pages.
PHP Warning: require_once(DB.php)
I loaded PEAR via the .msi installer off of php.net and I tried loading PEAR from pear.php.net.
Does anyone know of a crystal clear tutorial for making sure PEAR gets loaded correctly and this DB.php file gets loaded?