include "favicon.php"; include "conn/conn.php"; include "conn/funciones.php"; include "head.php"; ?>
CARRERA
$str = mb_convert_encoding($i["nombre"],"UTF-8","ISO-8859-1"); echo($str); ?> FECHA echo( GetDia(date("N",$fec))." ".$i["dia"]." de ".ucfirst(mes_nombre($i["mes"]))." del ".$i["anio"] );?> if ($i["hor"]<>"0" and $i["hor"]<>"00") { ?> HORA echo( $i["hor"].":".$minuto ); ?> } ?> CIUDAD $str = mb_convert_encoding($i["ciudad_nombre"].", Provincia ".$i["provincia"],"UTF-8","ISO-8859-1"); echo ($str); ?> MODALIDAD | DISTANCIA $str = mb_convert_encoding($i["modalidad_nombre"]." | ".$i["distancia"],"UTF-8","ISO-8859-1"); echo($str); ?> if ($i["valor"]<>"") { ?> VALOR $str = mb_convert_encoding($i["valor"],"UTF-8","ISO-8859-1"); echo($str); ?> } ?> if ($i["inscripciones"]<>"") { ?> INSCRIPCIONES $str = mb_convert_encoding($i["inscripciones"],"UTF-8","ISO-8859-1"); echo($str); ?> } ?> if ($i["info"]<>"") { ?> INFO GENERAL $str = mb_convert_encoding($i["info"],"UTF-8","ISO-8859-1"); echo($str); ?> } ?> if ($i["recorrido"]<>"") { ?> RECORRIDO $str = mb_convert_encoding($i["recorrido"],"UTF-8","ISO-8859-1"); echo($str); ?> } ?> if ($i["link"]<>"") { ?> VISITA LA PÁGINA OFICIAL PARA MÁS INFORMACIÓN if ($i["link"]=="") { echo "N/A"; }else{ ?> echo($i["link"]); ?> } ?> } ?> $orgid= $i["organizador_id"]; $sql="SELECT * , c.ciudad_nombre FROM organizador o, ciudad c WHERE o.ciudad_id=c.ciudad_id AND o.organizador_id=$orgid"; $conn = mysql_connect(DB_SERVER,DB_USERNAME,DB_PASSWORD); $db_selected = mysql_select_db(DB, $conn); $result = mysql_query($sql,$conn); $e = mysql_fetch_array($result); if ($e["organizador_nombre"]<>"N/A") { ?> ORGANIZADOR / CRONOMETRAJE echo($e["organizador_nombre"]); ?> WEB if ($e["web"]=="") { echo "N/A"; }else{ ?>www. echo($e["web"]); ?> } ?> FACEBOOK if ($e["facebook"]=="") { echo "N/A"; }else{ ?> echo($e["facebook"]); ?> } ?> INSTAGRAM if ($e["instagram"]=="") { echo "N/A"; }else{ ?>@ echo($e["instagram"]); ?> } ?> } ?>