PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
How do you show text in html textarea tag?
What if there are quotes in the text?. What if you want to show hrefs(links) but not allow other html and the page break.
Start first by echoing some of the data to make sure it is not what you want to see. Then take a look at ways to change it into what you want to see. If there is HTML in the data, use the functions that were mentioned previously.