Posted by php-newbe on 08/19/06 23:36
Patrick Schlangen wrote:
> Hi,
>
> On 2006-08-19 22:27:41 +0200, "php-newbe" <veraburenin@verizon.net> said:
> > I still cannot access mySQL
>
> can you post the error message you get from PHP while trying to connect
> to your database?
> You might have to set "display_errors" to "on" and "error_reporting" to
> "E_ALL & ~E_NOTICE" if you don't see any error messages.
>
> Patrick
Thank you, Patrick
The error says: "Call undefined function mysql_connect()".
I undertand that something wrong with the php_mysql.dll file.
Vera
[Back to original message]
|