Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
function loadFile($file) {
$lines = file ($file );
$htmlpage = "";
foreach ($lines as $line_num => $line)
{
$htmlpage .= $line;
}
return $htmlpage;
}
if ($bestand != "." && $bestand != "..")
{
$bestand = file_get_contents("$mapnaam/$bestand");
preg_replace("(.*)(<BODY>)(.*)(</BODY>)(.*)","$2",$bestand);
echo $bestand;
}
Warning: preg_replace() [function.preg-replace]: Unknown modifier '(' in /usr/export/www/hosting/guzzi389/test.php on line 14
preg_replace("/^(.*)<BODY>(.*)</BODY>(.*)$/i","$2",$bestand);
Warning: preg_replace() [function.preg-replace]: Unknown modifier 'b' in /usr/export/www/hosting/guzzi389/test.php on line 18
preg_replace("/^(.*)<body>(.*)</body>(.*)$/i","$2",$bestand);
preg_replace("/^(.*)<body>(.*)<\/body>(.*)$/i","$2",$bestand);
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.