First of all, don't hijack threads. Instead of replying to a message,
create a new one.
SED wrote:
> I need to POST long texts through a form to PHP but the text cuts down to
> around 64.000 characters. Is there any way to allow longer texts (like in
> php.ini)?
This is browser limit. Most, if not all, browsers limit textarea field
length to this value.