Hi there,
My php seems ill configured : I get ...
Call to undefined function: mysql_connect()
My server is : Apache/2.0.40 (Red Hat Linux)
My php version : php-4.2.2
phpinfo gives as configure options :
--with-mysql=shared,/usr
--with-apxs2=/usr/sbin/apxs
...and many others
Several questions
MySQL support is bundled with PHP 4.x, you don't have to enable it. You can disable it
(--with-mysql=no) or point it to your mysql client libraries
(--with-mysql=/path/to/mysql)
What is your configure line, OS, and PHP version?
--
Jim
>>> Chris Hewitt <[EMAIL PROTECTED]> 01/22/03 09:35AM >>>
M
Michael Christie wrote:
Hi list ,
I have set up PHP4 on a open bsd box with mysql I was able to
connect, create a database and create a new user, etc.
Another problem has come up. Now, trying to connect to the database I
have created, am using the standard PHP function: mysql_connect, and
am
Hi list ,
I have set up PHP4 on a open bsd box with mysql I was able to connect,
create a database and create a new user, etc.
Another problem has come up. Now, trying to connect to the database I
have created, am using the standard PHP function: mysql_connect, and am
getting the error:
Fatal
lt;[EMAIL PROTECTED] To: [EMAIL PROTECTED]
> ut.fi> cc:
> Subject: [PHP-INST] Call to undefined
>function: mysql_connect ()
> 10/28/2002
> 04:31 PM
>
>
>
>
&g
o: [EMAIL PROTECTED]
ut.fi> cc:
Subject: [PHP-INST] Call to undefined
function: mysql_connect ()
This is probably quite trivial, but can anyone help:
I get following error message anytime I use MySQL -related commands with PHP
Fatal error: Call to undefined function: mysql_connect() in ...
I have RedHat Linux 8.0, PHP 4.2.2. (installed "--with-mysql=shared,/usr"
option), MySQL 3.23.52 a
Hello,
I have a standard RedHat7.2 install. In the installation I specified every
mysql, PHP and apache module available. PHP works, mysql works and so does
Apache. Unfortunately, I get this error when trying to make a mysql
connection through a PHP page "Call to undefined function: mysql_conn