Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/12/2009, 11:52
elfenchesco
 
Fecha de Ingreso: octubre-2008
Mensajes: 137
Antigüedad: 15 años, 6 meses
Puntos: 4
Respuesta: tomar variables de un txt

Gracias por el consejo, voy a intentarlo. También creo que en mi código me faltó un punto y coma:

<iframe src=<?php echo $rl ?> width=875 height=400 frameborder=1 scrolling=auto >

y debe de ser:

<iframe src=<?php echo $rl; ?> width=875 height=400 frameborder=1 scrolling=auto >