$connection = mysql_pconnect("localhost","admin","fhs36x56") OR DIE("Unable to connect to database");
mysql_select_db("c3chat");
foreach($_POST AS $key => $value) { ${$key} = $value; }
foreach($_GET AS $key => $value) { ${$key} = $value; }
include ("conf.inc.php");
?>
Fatal error: Uncaught Error: Call to undefined function mysql_query() in D:\usr\globe-sat\public_html\index.php:10
Stack trace:
#0 {main}
thrown in D:\usr\globe-sat\public_html\index.php on line 10