Programming Designs Forums

Programming Designs

You are not logged in.

Announcement

This forum is for archival purposes only. Registration and posting have been disabled.

#1 2008-12-16 02:45 AM

Phil
New Member
Registered: 2008-12-15
Posts: 1

php rate script help please.

Hi,
I have never worked with mdb and odbc and not much experience with php either.
sooo...

I followed the installation instructions, uploaded it all to my server,
include the rate.php in my site and get this


Fatal error: Call to undefined function odbc_connect() in /home/blabla/www/mywebsite.com/ratings/3/dbInfo.php on line 14

does that mean my db path is wrong? the password? is odbc not connect not supported?

in dbInfo.php on line 14 its

$conn=odbc_connect('DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=' . $dbPath, $dbUsername, $dbPassword);

I'm totally helpless.

Offline

 

2008-12-16 02:45 AM

Sponsors


#2 2008-12-16 08:15 AM

Quantumstate-Jim
Moderator
From: UK
Registered: 2005-09-30
Posts: 684
Website

Re: php rate script help please.

This means your server does not have the feature of php which allows the use of odbc databases.  A lot of php is built as optional modules which can be included if wanted.  So unfortunately you probably won't be able to use the script.


There are 10 types of people in this world.  Those that can read binary and those that can't.
www.quantumstate.co.uk
http://www.danasoft.com/sig/Quantumstate.jpg

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson