M Matthew K New member May 4, 2009 #1 I am passing some strings with $_POST but if there is a space in the string it truncates it to whatever is in the string before the text. For example, the string "spacey text" will be passed as "spacey" How do I preserve the entire string?
I am passing some strings with $_POST but if there is a space in the string it truncates it to whatever is in the string before the text. For example, the string "spacey text" will be passed as "spacey" How do I preserve the entire string?