Forum Moderators: coopster
However when I read the same record and display it in text field
I found that it gets truncated
I mean
following line
Roger's Flavour Manufacturer
is displayed as
Roger
Further string is omitted
Why such thing happend and how do I avoid it?
Please Help
davidpbrown is right, addslashes is probably what you are looking for. As a matter of fact, you may want to read a bit about PHP's magic_quotes [php.net] feature as it is going to be something you'll want to learn and understand.