stb76 Posted June 27, 2006 Posted June 27, 2006 I've searched the forums and didn't quite find what I'm looking for. I'm using an html form that is writing to an Access database. I believe the coding is correct (I hope) but I keep getting the error: Fatal error: Call to undefined function: odbc_connect() in /home/username/public_html/odbc.php on line 18 can anyone tell me what this means? I'm stumped. Quote
TCH-Bruce Posted June 27, 2006 Posted June 27, 2006 Welcome to the forums stb76 What the error message is telling you is the function "odbc_connect()" was not defined or can't be found. Please open a ticket with the help desk and have them take a look. Quote
TCH-Don Posted June 27, 2006 Posted June 27, 2006 Welcome to the forums stb76 the help desk will get you fixed up. Quote
TweezerMan Posted June 28, 2006 Posted June 28, 2006 Welcome to the forums, stb76! I believe you're getting this error because ODBC libraries that support the type of database you want your script to talk to have to be compiled into PHP. TCH servers do not have PHP compiled with any ODBC driver support, so the various odbc_* functions would be unavailable. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.