$sql = mysql_query("select id_reporte, usuario, asunto, mensaje, prioridad, status from reportes order by nombre",$conexion) or die( "Error en query: " . mysql_error() );