$sql = mysql_query("seelct * from equipo where id_equipo = id",$con); $row = mysql_fetch_array($sql); echo $row["equipo"];