phpbar.de logo

Mailinglisten-Archive

[php] text ausfiltern anhand von tags

[php] text ausfiltern anhand von tags

Boris Penck php_(at)_phpcenter.de
Thu, 28 Jun 2001 21:48:00 +0200


> ich möchte aus einer textdatei  bestimmte inhalte ausfiltern anhand von
> tags. Welche Befehle gibt es dafür
>
> Vielen Dank om vorraus


Man stelle sich eine seite vor und will den text zwischen <blockquote> und
</blockquote>:

$variable = "[...]" // hier ist das ganze html drin

eregi("<blockquote>(.*)</blockquote>",$variable,$returns);

in $returns sollte dann das ergebnis inklusive der beiden tags stehen.

-boris



php::bar PHP Wiki   -   Listenarchive