Posted by Mark Knochen on 03/30/06 00:37
Hallo,
this text:
Über <a href="[linkto:13]">allen</a> strahlt die <a
href="[linkto:14]">Sonne</a> – <a href="[linkto:13]">über</a> allen in
der Welt.
preg_match_all('/\[linkto:(.*)\]/',$text,$linkto);
$num = count($linkto['1']);
echo $num;
Why i get only 1 and not 3 results?
Mark
Navigation:
[Reply to this message]
|