I want to convert some tags into VB style. I can easily convert "<b>" to "[b]" using str_replace.
What I need help with are the image and weblinks
I need to convert both ways
<a href = "whatever.com">testing</a> to testing
This is a little trickier because someone might create a broken tag, and if it creates a broken html link, that will produce errors.
Submit Your Article
Forum Rules

Reply With Quote
