Hello
I am trying to insert and then read some text from a textarea control, into a mysql TEXT field, with php. For that I am using simple php code for insertion of records.
But the problem is that when I am fetching back the data some blank spaces are getting appended to the value that I am getting back from the text field. Is there any solve for it?
Kindly provide some piece of code that can solve this problem. Thanks in advance.
I am trying to insert and then read some text from a textarea control, into a mysql TEXT field, with php. For that I am using simple php code for insertion of records.
But the problem is that when I am fetching back the data some blank spaces are getting appended to the value that I am getting back from the text field. Is there any solve for it?
Kindly provide some piece of code that can solve this problem. Thanks in advance.
Comment