I have a simple textarea which when data is entered into it , it logs into a mysql database.(page1)
I have another page where i select all data from the db and show it on the page.(page2)
My problem arises when i post a link into the text area(on page1), it shows it as a normal text(on page2). I want the link to be shown as a website link.(on page2)
Can someone help me find a solution around this please?