RE: MySQL connection with PHP

2003-09-24 Thread Mike Klein
>From my experience the php mailing lists & newsgroups are quite actively monitored and a lot of excellent advice is given there. What I'd do is check error status after mysql calls (whether while dev'g code or permanently to make your app stronger). Check out mysql_error and mysql_errno. Also ch

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