RE: MySQL connection with PHP

2003-09-24 Thread Mike Klein
: and see what your configuration is. mike -Original Message- From: John Cole [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 10:44 AM To: [EMAIL PROTECTED] Subject: MySQL connection with PHP hello, i am learning PHP and MySQL recently, i use PHP to connect to MySQL server, h

Re: MySQL connection with PHP

2003-09-24 Thread Antony Dovgal
On Wed, 24 Sep 2003 18:44:06 +0100 (BST) John Cole <[EMAIL PROTECTED]> wrote: > "Fatal error: Call to undefined function: > mysql_connect() in /var/... on line 2" This error means, that you PHP was built without MySQL support. You need to add MySQL support or to ask your admin to do it. > PHP ver

MySQL connection with PHP

2003-09-24 Thread John Cole
hello, i am learning PHP and MySQL recently, i use PHP to connect to MySQL server, however, an error occur: "Fatal error: Call to undefined function: mysql_connect() in /var/... on line 2" Following is the PHP program: 1 "; 7 $result2 = mysql_list_tables($db_data[0]); 8 $num_rows2 = mysq