
19/12/2009, 11:52
|
| | Fecha de Ingreso: octubre-2008
Mensajes: 137
Antigüedad: 16 años, 4 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 > |