Hola!
Para lograr este truco, tenemos 2 opciones:
1) OPCION #1:
include "FULL_URL_TO_FILE";
Por ejemplo:
include "http://www.mywebsite.com/file.html" ;
2) OPCION #2:
echo file_get_contents("FULL_URL_TO_FILE");
Por ejemplo:
echo file_get_contents("http://www.mywebsite.com/file.html");
Listo!
Comparte este articulo con tus amigos!
No hay comentarios.:
Publicar un comentario