) Error: Call to undefined function mysql_select_db() in C:\wamp64\www\Cdb\index.php on line 16
Posted by: Buzze (---.85-177-91.adsl-dyn.isp.belgacom.be)
Date: January 24, 2022 10:13AM

Hey,i have a problem with a warning, can anybody see this problem :


<?PHP
/**
*
* @package Cdb 1.0
* @version date: 2009-01-24
* @copyright (c) 2009 de Wielersite
* @website [www.cdb.dewielersite.net]
* @license [opensource.org] GNU Public License
*



Edited 1 time(s). Last edit at 01/24/2022 11:23AM by Otomatic.

Options: ReplyQuote
Re: ) Error: Call to undefined function mysql_select_db() in C:\wamp64\www\Cdb\index.php on line 16
Posted by: Otomatic (Moderator)
Date: January 24, 2022 11:27AM

Hi,

This forum is not intended to correct users' PHP scripts or SQL queries.

> Call to undefined function mysql_select_db()

The php extension mysql was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used.

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

Options: ReplyQuote


Sorry, only registered users may post in this forum.