Lost data after space in PHP variables
[email protected] ("Charlie Lewis") Tue, 17 Feb 2015 20:36:39 -0000
| Newsgroups | php.db |
|---|---|
| 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