On 17 February 2015 at 20:36, Charlie Lewis
wrote:
> 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
>
Generally input names shouldn't have spaces, use underscores if needed
On Tue Feb 17 2015 at 4:34:55 PM rahul bhola wrote:
> Can you post some code snippet here
>
> cheers
> Rahul
>
Can you post some code snippet here
cheers
Rahul
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 th