Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/c/ch48565/planetavelo.com/public_html/memberlist.php:54 Stack trace: #0 {main} thrown in /home/c/ch48565/planetavelo.com/public_html/memberlist.php on line 54
in php7 mysql_connect and other functions was deleted
how to change?
I've done this:
PHP Code:
$connection = mysqli_connect("$vb_host", "$vb_db", "$vb_pw", "$vb_table");
$query ="Select loggedin from ".$vb_prefix."session where sessionhash = '$vbsession'";
$result2=mysqli_query($connection, "$query");
$loggedin=mysqli_result($result2,0,"loggedin");
page is worked, but no content and header is duplicated
http://ssmaker.ru/3a57f9e7.jpg