PHP Classes

Problem parsing links

Recommend this page to a friend!

      BBCode Parser  >  All threads  >  Problem parsing links  >  (Un) Subscribe thread alerts  
Subject:Problem parsing links
Summary:Doesn't parse links
Messages:1
Author:Bogdan Lupandin
Date:2009-05-28 04:46:51
 

 


  1. Problem parsing links   Reply   Report abuse  
Picture of Bogdan Lupandin Bogdan Lupandin - 2009-05-28 04:46:51
This class doesn't let me parse links... I don't know why...

My test script is:

Testing some bbcode tags here... here goes something.

[b]bold[/b]
[i]italics[/i]
[u]underlined[/u]

[url=http://www.google.com]google.com[/url]

That doesn't parse... if I have the link, it gives me nothing... if I take the link out of there, then it would give me what it's supposed to.

How do I fix that?