majorbroncosfan
Programmer
I have been trying to get a string to parse on a form, but can only get a truncated version of that string (if anything). For example, say I typed in a comments field and used carriage returns, etc. The database field this will be going into has a length of 255. When I pass this value through to a form, it gets truncated down to 99. I have tried using several different string functions, but nothing works.
Does anybody understand why this might be? I was under the impression that PHP could hold a very large string limited only by memory.
Thanks in advance!
Does anybody understand why this might be? I was under the impression that PHP could hold a very large string limited only by memory.
Thanks in advance!