View Single Post
Old 11-02-2009, 06:36 AM   #6 (permalink)
unitechy
The Wanderer
 
unitechy's Avatar
 
Join Date: Mar 2008
Location: navi mumbai
Posts: 10
Thanks: 4
unitechy is on a distinguished road
Default

Thank you very much for the replies. I have used the following code now.
Code:
while(!preg_match(<([A-Z][A-Z0-9]*)\b[^>]*>(.*?)</\1>,$the_content))
				{
				$the_content= str_replace($wordAndMeaning[0], "<acronym title=\"" . $wordAndMeaning[1] . "\">" . $wordAndMeaning[0] . "</acronym>", $the_content);
				}
__________________
How to crash your pc??
Send a message via AIM to unitechy Send a message via MSN to unitechy Send a message via Yahoo to unitechy Send a message via Skype™ to unitechy
unitechy is offline  
Reply With Quote