I have a form where the user can enter text - I noticed that if I
enter a sentence like:
That is what I'm thinking
that when I save that string into a php global session variable, when
I use that same variable in the next form the string is:
That is what I
The ' is being truncated - does anyone know what might be causing
this?
I've checked the var and nothing else is touching it between forms...
Thanks...
enter a sentence like:
That is what I'm thinking
that when I save that string into a php global session variable, when
I use that same variable in the next form the string is:
That is what I
The ' is being truncated - does anyone know what might be causing
this?
I've checked the var and nothing else is touching it between forms...
Thanks...
Comment