Hi,
I'm trying to use ADODB so that I can connect to a MS SQL 2000 server.
I downloaded adodb231.zip and extracted the files in an 'adodb' directory hanging off the php directory. The install notes simply say 'Unpack all the files into a directory accessible by your webserver'.
Then, as per the examples, I put the following line at the top of my php file:
<?
include('adodb/adodb.inc.php');
...
When accessing the page I get the following error:
Warning: Failed opening 'adodb/adodb.inc.php' for inclusion (include_path='.;c:\php4\pear') in D:\agrihub\ALPHA\php\pages\booking.php on line 2
Fatal error: Call to undefined function: newadoconnection() in D:\agrihub\ALPHA\php\pages\booking.php on line 17
Do I need to set something on IIS? php has not been installed to c:\php4 but to c:\php.
What do I still need to do???
Thanks
Ted