On my site, people can link to topics with buttons I made. Those buttons are putting out a (look: http://....)
or (look: (link without http://)
on the textarea and when they submit it, the hyperlink shows in their post. That is very nice, but if I fetch this data to show them their last posts, I don't get the hyperlink
, but just the plain text. So (look: http://....) does not lead to a link...
I have seen in phpmyadmin that it is stored as plain text, so I can understand that, but how can I make those things hyperlinks and the rest of the text (the no-links) just plain?