04-09-2008, 12:00 PM
|
#2 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
PHP Code:
$postText = 'Hello [SiteName]TalkPHP[/SiteName]!'; preg_match_all('~\[SiteName\](.+?)\[/SiteName\]~i', $postText, $matches);
echo '<pre>'; print_r($matches); echo '</pre>';
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|