I have a text field where I wish to enter a large text around 8000 words and a div where I want to diplay it.
To save I have a textarea with post I gaet the text and save it using a simple
-
insert into clroot.descriptions (desc) values ('$text')
-
$test is the PHP variable holding the text.
Storing is OK but when displaying It cuts me also some chahracters I use
-
select CONVERT(TEXT,descr1) from clroot.descriptions where id='1.00930'
-
to show the data but the data in the table is e.g. 6332 chars and I see only the 4086 chars