|
Help need for php code
I am creating a php script so that ppl can submit articles.
What code can I use so that when ppl tyle
<a href="http://www.domain.com">http://www.domain.com"</a> it will be converted to the actual link when the articles goes live?
I tried htmlentities($article_body) but it does not work, can anyone help me here? thanks
|