Lo he dejado así:
Código PHP:
Ver original<?php
$url = "http://rfinder.asalink.net/free/autoroute_rtx.php";
$id1 = "LEMD";
$ic1 = "";
$id2 = "LEVX";
$ic2 = "";
$minalt = "FL330";
$maxalt = "FL330";
$lvl = "B";
$dbid = "1213";
$usesid = "Y";
$usestar = "Y";
$rnav = "Y";
$nats = "";
$k= "1191228552";
curl_setopt ($sesion, CURLOPT_POSTFIELDS
, $parametros_post);
?>
El problema es que cuando ejecuto el PHP, la página resultante no tiene nada, está en blanco.