No information is displayed (there are no errors either), although the table is not non-empty.
ini_set('display_errors', 'On'); $conn = mysql_connect ("localhost","root",""); mysql_select_db("lol13",$conn); $sql = mysql_query("SELECT SUM('sumer') FROM 'out' WHERE 'idu'='$udi'"); echo $sql;