Mysql Poplem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Mysql Poplem (
/showthread.php?tid=612487)
Mysql Poplem -
Zorono - 18.07.2016
Hello there, today i have scripted a simple ACP for my community but when iam testing it i found this Error please Help
PHP код:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\Test\login.php:15 Stack trace: #0 C:\xampp\htdocs\Test\acp.php(3): include() #1 {main} thrown in C:\xampp\htdocs\Test\login.php on line 15
please help
Re: Mysql Poplem -
DRIFT_HUNTER - 18.07.2016
Mysql extension is deprecated in PHP and removed in newer versions if im not wrong.
Use MySql PDOor MySqli extensions.
Re: Mysql Poplem -
Zorono - 18.07.2016
Quote:
Originally Posted by DRIFT_HUNTER
Mysql extension is deprecated in PHP and removed in newer versions if im not wrong.
Use MySql PDOor MySqli extensions.
|
okay thanks sir i will try to use PDO