connect_error) { #check if there were any errors connecting showError('Could not connect do database server ('.$DB->connect_errno.'): '.$DB->connect_error); } if (!$DB->query("SET NAMES 'utf8'")) { #use utf-8 showError('Could not set character to UTF-8'); } ?>