-
Problema con il database
Ho messo il file per formare il database ma mi esce fuoir questo errore:
Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_string() in /membri/******/proces.php:9 Stack trace: #0 {main} thrown in /membri/********/proces.php on line 9
ne ho provate di tutte ma non riesco a risolve, qualcuno mi aiuti!!!
-
Le funzioni mysql_* non fanno più parte di PHP. Usa PDO o MySQLi.
Questo perché il supporto a PHP 5.x è cessato l'1 gennaio 2019, e con esso le funzioni mysql_*.