$sql1 = mysql_query("SELECT active, position, titre, module, content, type, bid FROM block_users WHERE pseudo = '" . $user . "' UNION SELECT active, position, titre, module, content, type, bid FROM block ORDER BY active DESC, position, nivo" ) or die (mysql_error ());