Réaliser code php pour iframe
Fermé
epitale
-
26 oct. 2011 à 02:10
smed_79
smed_79
- Messages postés
- 1288
- Date d'inscription
- dimanche 21 septembre 2008
- Statut
- Contributeur
- Dernière intervention
- 17 mars 2017
A voir également:
- Iframe php
- Iframe en php - Meilleures réponses
- Iframe in php - Meilleures réponses
- Insérer une iframe en php ✓ - Forum - PHP
- Iframe in php - Forum - PHP
- Insérer une iframe en php - Forum - PHP
- Iframe et variable PHP ✓ - Forum - PHP
- Div masqué masquer include php iframe contenu dans cet élément ✓ - Forum - PHP
2 réponses
Un début:
URL de la page: http://www.tapage.php?url=ton_iframe
<?php $url = $_GET['url']; ?> <html> <head> </head> <body> Blablabla <iframe src="<?php echo $url;?>" width="100%" height="600"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>
URL de la page: http://www.tapage.php?url=ton_iframe
merci, comment récupérer les méta-tags ?
smed_79
28 oct. 2011 à 01:37
- Messages postés
- 1288
- Date d'inscription
- dimanche 21 septembre 2008
- Statut
- Contributeur
- Dernière intervention
- 17 mars 2017
28 oct. 2011 à 01:37
Comment faire une recherche avec Google ? : https://lmgtfy.app/?q=comment+recuperer+les+meta
Comment récupérer les méta-tags d'un site distant ? : http://creer-un-site.fr
bon chance.
Comment récupérer les méta-tags d'un site distant ? : http://creer-un-site.fr
bon chance.
27 oct. 2011 à 10:18