Re: [PHP] Help with enter key in Forms

2006-06-02 Thread Martin Alterisio
2006/6/2, George Babichev <[EMAIL PROTECTED]>: Awesome, thank you so much! It works! On 6/1/06, Chris <[EMAIL PROTECTED]> wrote: > > George Babichev wrote: > > Ok, I sent it to everyone and you. Now can you answer my question > please? > > I type in > > 1 > > > > > > > > 2 > > into my form in t

Re: [PHP] Help with enter key in Forms

2006-06-01 Thread George Babichev
Awesome, thank you so much! It works! On 6/1/06, Chris <[EMAIL PROTECTED]> wrote: George Babichev wrote: > Ok, I sent it to everyone and you. Now can you answer my question please? > I type in > 1 > > > > 2 > into my form in the program that i made, then when I view it, it shows > 1 2 > BUT if

Re: [PHP] Help with enter key in Forms

2006-06-01 Thread Chuck Anderson
Chris wrote: George Babichev wrote: Hello everyone, I am programming a blog, and most of it is done, except I have one issue. When I am typing in the form (before I click submit) and I click the neter key to make a space, the MySQL database does not recognize that space. How do I make it reco

Re: [PHP] Help with enter key in Forms

2006-06-01 Thread Chris
George Babichev wrote: Ok, I sent it to everyone and you. Now can you answer my question please? I type in 1 2 into my form in the program that i made, then when I view it, it shows 1 2 BUT if I check it in PHP My Admin it displays 1 2 The answer is to change this: http://www.designmagic

Re: [PHP] Help with enter key in Forms

2006-06-01 Thread George Babichev
Ok, I sent it to everyone and you. Now can you answer my question please? I type in 1 2 into my form in the program that i made, then when I view it, it shows 1 2 BUT if I check it in PHP My Admin it displays 1 2 So why is my program not showing those spaces? On 6/1/06, Chris <[EMAIL PROT

Re: [PHP] Help with enter key in Forms

2006-06-01 Thread Chris
George Babichev wrote: Ok. well I looked more deeply into the issue, and I noticed that PHP My Admin does recognize that there are spaces. So if I click edit on PMA, it displays everything exactly liked I typed it. So why does my program not display it? This is the code I use Then you're not

Re: [PHP] Help with enter key in Forms

2006-06-01 Thread Chris
George Babichev wrote: Hello everyone, I am programming a blog, and most of it is done, except I have one issue. When I am typing in the form (before I click submit) and I click the neter key to make a space, the MySQL database does not recognize that space. How do I make it recognize it? Unles

[PHP] Help with enter key in Forms

2006-06-01 Thread George Babichev
Hello everyone, I am programming a blog, and most of it is done, except I have one issue. When I am typing in the form (before I click submit) and I click the neter key to make a space, the MySQL database does not recognize that space. How do I make it recognize it?