Unable to Establish Connection to the Server
"; exit(); } $db_sel=// mysqli_select_db not needed($dbname,$sql); if(!$db_sel) { echo "

Unable to Connect to the Database


"; exit(); } mysql_query("set sql_mode=''"); ?>

$registrationaa "; }} $lang_query="select * from language where auto=1"; $lang_result=mysql_query($lang_query); $lang_row=mysqli_fetch_array($lang_result); $defaultlang =$lang_row['filename']; $temid=$_SESSION['temid']; $temp_query="select * from templates where template='yes'"; $temp_result=mysql_query($temp_query); $temp_row=mysqli_fetch_array($temp_result); $tfold =$temp_row['folder']; $logo =$temp_row['logo']; require "language/$defaultlang"; require "language/emails/$defaultlang"; ?>