include_once "conn.php"; //get the user info $q3 = "select * from configuracoes"; $r3 = mysql_query($q3) or die(mysql_error()); $a3 = mysql_fetch_array($r3); ?>