So I have text in a sql table that I need to echo into a comment box type of textbox so it can be edited and sent back to the sql table using php and html.
I already have a comment box sending data to an sql table so it’s just the display of the previously entered text that I need…
Any thoughts?