mysql errors and how to fix them
Posted by: dnjau (197.211.11.---)
Date: June 21, 2019 03:42PM

how to fix mysql erros such as mysql_connect(),mysql_db() etc

Options: ReplyQuote
Re: mysql errors and how to fix them
Posted by: Otomatic (Moderator)
Date: June 21, 2019 04:49PM

Hi,

The mysql library is obsolete since PHP 5.5 and is completely deleted since PHP 7.

You must use the mysqli library (mysql Improved). See [www.php.net]

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

Options: ReplyQuote


Sorry, only registered users may post in this forum.