PHP Classes

Parsing inside links

Recommend this page to a friend!

      Active URL  >  All threads  >  Parsing inside links  >  (Un) Subscribe thread alerts  
Subject:Parsing inside links
Summary:Parsing inside links when you have 'http' between tags...
Messages:1
Author:Kriz
Date:2005-07-05 01:36:18
 

  1. Parsing inside links   Reply   Report abuse  
Picture of Kriz Kriz - 2005-07-05 01:36:18
Hello!

When you have 'http' between tags, the string is beeing parsed
(with using 'makeClickableLinks' function from your class)

Example:

- link:
<a href=\"http://www.gnu.org\">http://www.gnu.org</a>

- result:
<a href="http://www.gnu.org"><a href='http://www.gnu.org' title='http://www.gnu.org'>http://www.gnu.org</a>


BTW. Good class.
Thanks and Greets.