Lost data after space in PHP variables

"Charlie Lewis" <[email protected]> Tue, 17 Feb 2015 20:36:39 -0000
Newsgroups gmane.comp.php.database
Message-ID <[email protected]>
I'm not sure that this is entirely the group for my question, so apologise
if it is.

 

I'm losing data in variables that use the assignment of $_POST[]. Any
variable with a space in the $_POST[] loses everything after the space. Is
it that I need to enclose the data with ' or "? I've tried all that with
little success.

 

Thank-you.

 

Charlie