Re: [PHP-DB] undefined function error

2005-03-18 Thread Mark Cain
- Original Message - From: "Chip Wiegand" <[EMAIL PROTECTED]> To: "PHP DB" Sent: Friday, March 18, 2005 4:53 PM Subject: [PHP-DB] undefined function error > I have a web site that connects to a mysql database using this connect > script - > >

RE: [PHP-DB] undefined function error

2005-03-18 Thread Bastien Koert
from the php manual [quote] This MySQL extension doesn't support full functionality of MySQL versions greater than 4.1.0. For that, use MySQLi. [/quote] http://ca3.php.net/manual/en/ref.mysqli.php bastien From: Chip Wiegand <[EMAIL PROTECTED]> To: "PHP DB" Subject: [PHP-D

[PHP-DB] undefined function error

2005-03-18 Thread Chip Wiegand
I have a web site that connects to a mysql database using this connect script - When I access the page it gives me this error - Fatal error: Call to undefined function: mysql_connect() in /usr/local/www/data-dist/connect on line 1 Using mysql-4.1.10a for FreeBSD-5.3 with php-4.3.9 Any idea