utilisation de show_source("http://.")
Bonjour,
J'ai une page dont le code est :
Code:
1 2 3 4 5 6 7
|
<?
echo("essai<br/>");
show_source("dossier/show.php"); //instruction 1
show_source("http://domaine.fr/dossier/show.php"); //instruction 2
?> |
Seulement je ne comprends pas pourquoi l'instruction 1 marche convenablement ( Cela m'affiche la source php. ) et la deuxième ne marche pas alors qu'elle est censée afficher le code de la même page.
Citation:
Warning: show_source(
http://domaine.fr/show.php) [function.show-source]: failed to open stream: HTTP request failed! in ...
Warning: show_source() [function.show-source]: Failed opening 'http://domaine.fr/domaine/show.php' for highlighting in ...
Merci de votre aide !