Re: restart the whole stuff at localhost

From: Chris Elvidge <chris_at_mshome.net>
Date: Tue, 4 Dec 2018 14:21:27 +0000
Message-ID: <pu62h8$i26$1_at_dont-email.me>


On 04/12/2018 13:06, Ammammata wrote:
> so we are back where we belong: Error: Call to undefined function
> mysql_connect()

 From the PHP manual:

mysql_connect

(PHP 4, PHP 5) mysql_connect — Open a connection to a MySQL Server

     Suggested alternatives

     Use of this extension is discouraged. Instead, the MySQLi or PDO_MySQL extension should be used. See also MySQL: choosing an API guide and related FAQ for more information. Alternatives to this function include:

         mysqli_connect()
         PDO::__construct()


Have you loaded the php/mysql connector? See: http://php.net/manual/en/mysqli.installation.php

-- 

Chris Elvidge, England
Received on Tue Dec 04 2018 - 15:21:27 CET

Original text of this message