Hi all
Im using PHP4 and i am trying to get the pear section to work and im having no joy at all !!
i have ran this:
<body>
<?php require_once 'DB.php'; ?>
</body>
</html>
and i continue to get this error:
Fatal error: Failed opening required 'DB.php' (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache2\htdocs\adam\assignment\peartest.php on line 8
i have changed the php.ini file in the c:winnt and c:php to the following:
include_path = ".;c:\php\pear"
i did this under the bit where it says windows in files and directories.
Please help as i am lost !!! 🙂
If someone would talk me through it so i cant make anymore errors.
TIA