11.04.2017, 18:37
Hello gents
Recently I downloaded a UCP (User Control Panel) from sa-mp.com, I've installed it in htdocs etc etc.
where ''test'' it's my database, is also connected to my samp gamemode
https://sampforum.blast.hk/showthread.php?tid=330786 here's the UCP. By the way, I've installed other UCPs, same error... any idea why is happening ?
Recently I downloaded a UCP (User Control Panel) from sa-mp.com, I've installed it in htdocs etc etc.
Код:
$connect = mysqli_connect("localhost", "root", "") or die(mysql_error()); mysql_select_db("test") or die(mysql_error());
PHP код:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\S32_Admin_UCP\S32_Admin UCP\connect.php:3 Stack trace: #0 C:\xampp\htdocs\S32_Admin_UCP\S32_Admin UCP\index.php(3): include() #1 {main} thrown in C:\xampp\htdocs\S32_Admin_UCP\S32_Admin UCP\connect.php on line 3