WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   [php] HTML files auslesen (http://www.wcm.at/forum/showthread.php?t=147965)

sagi 19.10.2004 14:29

siehe 3) - 5)

Zitat:

3) du suchst nach dem Titel der Site und speicherst ihn in einer eigenen Vaiable.
3)

http://www.php.net/manual/de/function.preg-match.php

preg_match("/<title>[^<]*<\/title>/", $contents, $title);

4)

preg_match("/<body>.*<\/body>/", $contents, $body);

5)

http://www.php.net/manual/de/function.preg-replace.php

$notags = preg_replace("/<[^>]>/","",$body[0]);

sollte in etwa so funktionieren

mfg
c.

sagi 19.10.2004 14:32

für 5) find ich die Lösung von Potassium besser.


Alle Zeitangaben in WEZ +2. Es ist jetzt 19:05 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag