I need a code for take the link address that be in the email message body. Now i take message body in a variable and i can print that one on the screen. Now i need to take the link contained in it. Or otherwise need a code for converting that text file in t an html format . please help for doing this
|
|
you should use regular expression and use this to replace those links in your content
for reference the manual of preg_replace |
||||||
|
