Hi Guys,
I created my own Content Management System to insert, retrieve, update and delete information in a database. Everything works fine. the only problem I have is with hyperlinks. If I paste an hyperlink into the textarea and insert it in database, it works, but when I retrieve it, it comes out just as a plain text, i.e. no clicking is posible. the same with youtube links.
I am using html entities to insert into database, and "html_entity_decode" to retrieve it.
Any help is welcome,
Mike

