phpbar.de logo

Mailinglisten-Archive

[php] HTML-Seite aus PHP

[php] HTML-Seite aus PHP

Aresch Yavari php_(at)_phpcenter.de
Thu, 17 Jan 2002 17:27:17 +0100


>gibt es eine Möglichkeit oder Befehl (getHTMLCode??) den kompletten Inhalt
>(nur HTML) einer Seite bevor er vom WebServer zum Client (Browser) geschickt
>wird von PHP zu erfassen??


http://www/Manuals/php4_manual/ref.outcontrol.html

ob_start("callback"); ?>

<html>
<body>
<p>It's like comparing apples to oranges.
</body>
</html>

<?php

$INHALT = ob_get_contents();

?>

Gruß, Aresch


--
____________________________________________________

docSQL: mySQL-Datenbanken dokumentieren www.databay.de
Projekt- und Aufgabenverwaltung: www.datentausch.net
____________________________________________________

DATABAY AG
Robensstr.43
D-52070 Aachen
Telefon: (0241) 991210
Fax: (0241) 9912159
Web: http://www.databay.de
Mail: info_(at)_databay.de


php::bar PHP Wiki   -   Listenarchive