my "MYSQL" is not working i'm new in php mysql hel

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Zagham
Forum Newbie
Posts: 4
Joined: Sun Apr 10, 2005 4:53 am
Location: Pakistan
Contact:

my "MYSQL" is not working i'm new in php mysql hel

Post by Zagham »

hi i'm using php5 and mysql4
i want to connect with mysql database but there is an error msg..please help me...

here is the "ERROR MESSAGE": :(

"Fatal error: Call to undefined function mysql_connect() in F:\My Web Sites\php_test\mysql\connect.php on line 7"
:?:
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

you need to load the mysql extension... it's mentionned in the INSTALL.TXT that is delivered with the php5 .zip package...
Post Reply