
Rick Lynch
|
| Posted: 07/10/2002, 9:16 AM |
|
I am somewhat new at php4 and mysql but have been successful with customizing some of these applications. However, I am having trouble with the tellafriend app.
I didn't use codecharge to modify the app but I followed the instructions in the readme file and made the changes to the common.php file. The form looks good on my website but when I fill it out and submit, I receive this error:
"Fatal error: Call to undefined function: odbc_pconnect() in /home/littlegh/public_html/tellafriend/db_odbc.inc on line 35"
Do I need to change something in this line?
I've noticed that other people have this problem but I can't find a resolution. Do I need to update another file somewhere?
Thanks!
|
|
|
 |
Nicole
|
| Posted: 07/10/2002, 11:16 PM |
|
The error indicates that your PHP server does not have ODBC support enabled. In order to use ODBC, the PHP server must be compiled with ODBC support. Please refer to the PHP docs on how install and enable ODBC support on the server.
|
|
|
 |
|

|