I have a script I am trying to install on XAMPP but I am getting this error:
Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in D:\xampp\htdocs\extend\install\step_1.php:44
Stack trace: #0 {main} thrown in D:\xampp\htdocs\extend\install\step_1.php on line 44
My line 44 is
if (@mysql_connect($_POST['hostname'], $_POST['username'],
$_POST['password']) && mysql_select_db($_POST['dbname']))
I am suspecting the scripts connection was MySQL Any help to get around this?