> Iam using php 5.0, IIS 5.0, Mysql 5.04 ,win2000 NT
> and IE as web browser and executed the php
> script,but got a fatal error describing that
> undefined fuction mysql_connect() in the file and
> not getting the desired output.

This is not a MySQL problem/issue. The error undefined function indicates
that the mysql extension is not activated in PHP (in PHP 5.0 there is no
mysql included as default for various reasons).

You can find more on how to get this working at:
http://nl3.php.net/manual/en/faq.migration5.php#faq.migration5.mysql
Especially item 2. seems to be appropriate (about the MySQL client libraries
being no longer bundled).

Regards, Jigal.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to