php-install | 2004112
Date: 11/29/04
- Next message: Kevan D. Wisdom: "[PHP-INSTALL] How to post message"
- Previous message: Chris Hewitt: "Re: [PHP-INSTALL] ***Call to undefined function mysql_connect()"
- In reply to: anurag bhatia: "[PHP-INSTALL] ***Call to undefined function mysql_connect()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
anurag bhatia wrote:
>
> I am getting this error message
> Fatal error: Call to undefined function mysql_connect()
> I have MySQl 4.1,PHP 5, and Apache 1.3 I am running these on Windows Xp
> Home..
> Please Please Please Help
The error means that you have not activated MySQL support in PHP. You
need to do two things to activate support.
1. uncomment the extension line in php.ini for php_mysqli.dll.
2. PHP needs to be able to find two files: php_mysqli.dll and libmysql.dll.
Janet
> Thanks
> Anurag
>
>
>
> <http://clients.rediff.com/signature/track_sig.asp>
-- Janet Valade -- janet.valade.com
- Next message: Kevan D. Wisdom: "[PHP-INSTALL] How to post message"
- Previous message: Chris Hewitt: "Re: [PHP-INSTALL] ***Call to undefined function mysql_connect()"
- In reply to: anurag bhatia: "[PHP-INSTALL] ***Call to undefined function mysql_connect()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

