How do you create the www.url.com tags?
I am using the str_replace command (see below) to replace other HTML tags, but if I use this for the url and change it to the <a href> tag it dosnt get given a name, so nothing is displayed.
str_replace ("", "<a href=");
str_replace ("", "></a>");
ie. <a href="www.url.com>---No info to display---</a>
Thanks