不推荐使用:mysql_connect():不推荐使用mysql扩展,以后将被删除:在第36行使用mysqli或PDO

时间:2018-12-23 11:17:15

标签: php mysql

请帮助我解决问题:

不推荐使用:mysql_connect():不推荐使用MySQL扩展,以后将删除:扩展名改为第36行的MySQLi或PDO

function __construct(){
            $this->load_config();
            $this->connect = mysqli_connect($this->config['host'],$this->config['user'],$this->config['pass']);
            mysqli_select_db($this->config['base']);
            mysqli_query("SET NAMES latin2");
            session_start();
            session_regenerate_id();
            $this->page = new Strona;

0 个答案:

没有答案