phpbar.de logo

Mailinglisten-Archive

AW: [php] Problem mit preg_match

AW: [php] Problem mit preg_match

ANGEL Harald harald.angel at egston.com
Fre Okt 29 12:30:19 CEST 2004


Seba wrote:
><?php
>echo $string = "text [IMG=111] text [IMG=222] text [IMG=333]";
>	echo $search = '#\[IMG=(.*?)\]#'; 
>	
>	preg_match_all ($search, $string, $textArray); 
>	print_r($textArray);
>	for ($i=0; $i<=count($textArray); $i++) {
>		echo $textArray[0][$i]."<br>";
>	}
>
>?>
>So kommt das gewünschte ergebniss raus.

Super! Besten Dank für eure Hilfen!! 



php::bar PHP Wiki   -   Listenarchive