I have used file($url) as a way to grab a webpage and I am interested in knowing how to turn that code into true HTML code in text format instead of activated HTML. For instance I might pull off a link form a website and it will show up when displayed from a variable like so:
instead of:
I essentially want the HTML as it would appear in notepad not a web browser or word file.
Thanks for your help in advance!
Web site design, internet marketing, SEO and business solutions company.
Code:
[COLOR=blue]Active link[/color]
instead of:
Code:
<a href="[URL unfurl="true"]http://www.site.com">Non[/URL] Active Link</a>
I essentially want the HTML as it would appear in notepad not a web browser or word file.
Thanks for your help in advance!
Web site design, internet marketing, SEO and business solutions company.