How do you preservce spaces with PHP $_POST?

Matthew K

New member
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?
 
Back
Top