Textarea list of Names inserted into the database from form is OK ,everything works accept searching for anything more than 1st entry in the textarea then i get nothing is found. Looks like one big string that needs to broken to search for the other names is the goal. Again only one name entered into the textarea it is found more than one entry nothing found.
Did some research seems that what I want to accomplish is found with this PHP function. There’s a function called nl2br(). Use it when echoing data, not when inserting to database. Now the question becomes how to call that function while viewing data from the textarea that was inserted into the database. looks like a viewing problem ? since everything works accept searching for anything more than 1st entry in the textarea then nothing is found. Need some help on the query with function called of nl2br( ) should work. Thanks to all who for any help and for any answers.