'; if ($conn = @ mysql_connect($host, $uid, $pwd)) { // get collation $getCol = mysql_query("SHOW COLLATION"); if (mysql_num_rows($getCol) > 0) { $output = ''; } } echo $output; ?>