words between <b> and </b> , tag cloud, php4

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
uyewq
Forum Newbie
Posts: 22
Joined: Thu Sep 17, 2009 6:21 am

words between <b> and </b> , tag cloud, php4

Post by uyewq »

i am zero for pattern functions stuff and hope you gonna help

which code for php4
->extracts the words between <b> and </b>
->and display these extracted words in comma seperated style ..

for ex:
$str =='one <b>Einstein</b> issue in todays world <b> economics, football ! . < > \"\ & ( ) [ ] ; , ? * basketball</b>'
output i request for
$str_output should echo as my tag cloud => einstein, economics, football, basketball

thnkx
User avatar
Mirge
Forum Contributor
Posts: 298
Joined: Thu Sep 03, 2009 11:39 pm

Re: words between <b> and </b> , tag cloud, php4

Post by Mirge »

Got your PM... what code have you tried so far?
uyewq
Forum Newbie
Posts: 22
Joined: Thu Sep 17, 2009 6:21 am

Re: words between <b> and </b> , tag cloud, php4

Post by uyewq »

Mirge wrote:Got your PM... what code have you tried so far?
Hi Mirge,
thanks for your kind reply. After emailing to you i thought that i should transfer my post to under regex title.
Here is my link:

viewtopic.php?f=38&t=106726&p=569242

Topic under regex is not closed yet, so any help will be appreciated. Thanks in advance.
uyewq
Forum Newbie
Posts: 22
Joined: Thu Sep 17, 2009 6:21 am

Re: words between <b> and </b> , tag cloud, php4

Post by uyewq »

i transferred this topic from here to under regex title. Sorry for dublification. Best Regards.
All helps from anyone are welcome :wink:

viewtopic.php?f=38&t=106726&p=569242
Post Reply