[PHP] RE: Solved. [PHP] Multiple word strings getting truncated - help please.

2003-08-30 Thread James Johnson
value. Thanks, James -Original Message- From: David Otton [mailto:[EMAIL PROTECTED] Sent: Saturday, August 30, 2003 3:24 PM To: James Johnson Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Multiple word strings getting truncated - help please. On Sat, 30 Aug 2003 14:52:30 -0700, you wrote

Re: [PHP] Multiple word strings getting truncated - help please.

2003-08-30 Thread David Otton
On Sat, 30 Aug 2003 14:52:30 -0700, you wrote: >I have a form for a member to signup for an account. The form has standard >fields for addresses, city state, etc. When I insert the data into the >table, if the string has more than one word, it gets truncated to the first >word. > >Does this sound

[PHP] Multiple word strings getting truncated - help please.

2003-08-30 Thread James Johnson
Hi, I have a form for a member to signup for an account. The form has standard fields for addresses, city state, etc. When I insert the data into the table, if the string has more than one word, it gets truncated to the first word. Does this sound like a PHP or a MySQL problem. Here's the code: