I am getting the following error in browser:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\Myshop\inc\phpfunctions.php:3 Stack trace: #0 C:\xampp\htdocs\Myshop\inc\head.php(15): require_once() #1 C:\xampp\htdocs\Myshop\index.php(6): require_once('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\Myshop\inc\phpfunctions.php on line 3
I have put in phpfunctions
<?php
mysql_connect("localhost/8080","root","");
mysql_select_db("leagueofdraven");
?>
In head file
<?php require_once 'inc/phpfunctions.php'; ?>
$_SERVER["DOCUMENT_ROOT"] is not working for me as I have already posted a query here: Error in Localhost