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 > |