stb76 Posted June 27, 2006 Share 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 Link to comment Share on other sites More sharing options...
TCH-Bruce Posted June 27, 2006 Share 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 Link to comment Share on other sites More sharing options...
TCH-Thomas Posted June 27, 2006 Share Posted June 27, 2006 Welcome to the forum, stb76. Quote Link to comment Share on other sites More sharing options...
abinidi Posted June 27, 2006 Share Posted June 27, 2006 Welcome to the forums!! Quote Link to comment Share on other sites More sharing options...
TCH-Don Posted June 27, 2006 Share Posted June 27, 2006 Welcome to the forums stb76 the help desk will get you fixed up. Quote Link to comment Share on other sites More sharing options...
TweezerMan Posted June 28, 2006 Share 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 Link to comment Share on other sites More sharing options...
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.