Código PHP:
$calendar .= '<br /><br /><a class="con_linea1" href="#" onclick="abrir_ventana(\'./genera_cita.php?a=' . $list_day . '&b=' . $month . '&c=' . $year . '&d='.$fk_folio_paciente.'&e=18 Meses\',\'citas\',\'580\',\'270\'); return false;"><font style="font-size: 5pt; color:blue">HORA PRUEBA</font></a>';
}
Código PHP:
FOLIO DE PACIENTE:<label><?PHP echo $fk_folio_paciente;?>
</label>
De esta forma obtengo estas variables que envio aqui:
Código PHP:
$dia = trim($_GET['a']);
$mes = trim($_GET['b']);
$anio = trim($_GET['c']);
$folio =$_GET['f'];
$tipo_c = $_GET['e'];
http://localhost/sicacu/unidad_medica/citas/genera_cita.php?a=4&b=12&c=2013&d=&e=18%20Meses
Que es lo que estoy haciendo mal
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)