Display sql data in a textbox for editing

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?

select the data from the database, echo it into the textbox :slight_smile:

tried that but it won’t work :’(

Then show us what you’re doing and we’ll push you in the right direction :slight_smile:

Sponsor our Newsletter | Privacy Policy | Terms of Service