Hi so i was wondering how do i get a load of string from a mysql database and put them in a input area with a return between each value such as
Hi
My
Name
Is
Joris
Thanks,
Joris
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When you’re creating a
<textarea>in a form, the text between the<textarea>and</textarea>tags is the default text for the text area. You just need to build a pair of these with the string you want between them, like this:<textarea>$string</textarea>. Do the query and the concatenating in PHP using\nfor newlines.