Browse posteets
About
Contact us
Log In
Register
View: Mostrar código fuente de una página con PHP
Mostrar código fuente de una página con PHP
10 months ago
by
jacinmontava
<?
$url
=
'http://www.google.es'
;
$lineas
=
file
(
$url
)
;
for
(
$i
=
0
;
$i
<count
(
$lineas
)
;
$i
++
)
{
$total
=
$total
.
htmlentities
(
$lineas
[
$i
]
)
.
"<br/>"
;
}
echo
$total
;
?>
php
View source
0 comment
about "Mostrar código fuente de una página con PHP"
Tags
php
0 comment about "Mostrar código fuente de una página con PHP"