I've followed a tutorial to add a MySQL database into my PHP website. I've been following this tutorial: https://www.youtube.com/watch?v=tPspjWX8GXw
I'm using PHP Version 5.5.33 and XAMPP. I've even replaced all of my code with his working code and it still didn't work.
The exact error:
Fatal error: Call to undefined function mysql_connect() in C:\xampp\htdocs\assign\Model\FoodModel.php on line 33
Thanks in advance.