Hey,

Chk you phpinfo(); is that is showing the mysql support enable. ??

And chk for linux that mysql.so is not-commented. ??

That are 2 main-basic things to chk the mysql & php relation.

-=-=-=-=-=-=-=-=-=-
@nkur [EMAIL PROTECTED] || http://ullu.wordpress.com

-----Original Message-----
From: Abdou Karim Jallow [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 15, 2006 9:34 PM
To: php-db@lists.php.net
Subject: [PHP-DB] Installation Problem

I have just upgraded to PHP 5.2 from PHP 4. I am using Apache 2 with
MYSQL.

Before the upgrade, everything was working well. (Was able to connect to
my
MYSQL database from PHP interface. However, now with the same PHP codes,
I
am not able to connect to the MYSQL database instead I am getting errors
such as:

*Fatal error*:  Call to undefined function mysql_connect() in
*C:\Program Files\Apache Group\Apache2\htdocs\viewusers.php* on line
*7

Line 7 is: $dbc = mysql_connect ('localhost') OR die ('Could not
connect to mysql: ' .mysql_error() );


*However, this was working fine before the upgrade. WHAT DO I NEED TO
DO.

In a second attempt to fix the problem, I dited the system path to the
directory where php is installed. Now the error message is gone but
still
cannot to the database. Whilst I tried to retrieve data from the
database
using the PHP scripts, nothing comes from the database. Also I tried to
post
but the data is not put in the data.base

Note when I upgraded to PHP 5, I still left the PHP 4 files in the
computer.

PLEASE HELP ME

--
Thank you very much.

Abdou Karim Jallow


The information contained in, or attached to, this e-mail, contains 
confidential information and is intended solely for the use of the individual 
or entity to whom they are addressed and is subject to legal privilege. If you 
have received this e-mail in error you should notify the sender immediately by 
reply e-mail, delete the message from your system and notify your system 
manager. Please do not copy it for any purpose, or disclose its contents to any 
other person. The views or opinions presented in this e-mail are solely those 
of the author and do not necessarily represent those of the company. The 
recipient should check this e-mail and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused, directly or 
indirectly, by any virus transmitted in this email.

www.aztecsoft.com

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to