adresse('http://forum.de.selfhtml.org');
function adresse($seite){
$data = file\_get\_contents($seite);
echo count\_chars($data);
}
Ausgabe:
Array
LG
Sandra
adresse('http://forum.de.selfhtml.org');
function adresse($seite){
$data = file\_get\_contents($seite);
echo count\_chars($data);
}
Ausgabe:
Array
LG
Sandra