Mysql localhost ERROR
Posted by: shahiem99 (---.ip.open.net)
Date: September 05, 2014 06:14PM

Im getting this wierd error.

[gyazo.com]

Anyone got a clue how to fix it?

Options: ReplyQuote
Re: Mysql localhost ERROR
Posted by: Otomatic (Moderator)
Date: September 05, 2014 07:44PM

Hi,

You published the answer to your question.
Be sure to read the first line of the error message.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Mysql localhost ERROR
Posted by: Otomatic (Moderator)
Date: September 06, 2014 07:22PM

Hi,

This warning is not wierd. It simply tells you that what you use - in this case mysql - is outdated.
function mysql_connect
It is therefore necessary, as indicated in the message, to use "mysqli" instead.
To do so, do not forget to validate the mysqli PHP extension:
Wampmanager->PHP->PHP extensions->php_mysqli

Most errors can be resolved easily by reading the error message itself. And then: RTFM!

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.