RE: [PHP] forms and inputs

2002-03-24 Thread S
You have to put quotes around the value or else you won't get anything pass the space. WRONG: RIGHT: -Original Message- From: Vlad Kulchitski [mailto:[EMAIL PROTECTED]] Sent: March 24, 2002 3:10 PM To: S; [EMAIL PROTECTED] Subject: RE: [PHP] forms and inputs Hi continuing

Re: [PHP] forms and inputs

2002-03-24 Thread Jason Sheets
You can check how it works here: http://kulchitski.com/btl/btl.php?lang=eng&page=talkroom_submit If anyone knows how to overcome the problem, please help. Thanks, Vlad -Original Message- From: S [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 24, 2002 2:34 PM To: Vlad Kulchitski; [EMAIL PRO

Re: [PHP] forms and inputs

2002-03-24 Thread [-^-!-%-
You need to add quotes (" ") arround the PHP variable that displays your text. In your case, it should be something like: -john On Sun, 24 Mar 2002, Vlad Kulchitski wrote: > Hi, > > Can anyone suggest anything regarding the following problem. > > Basically, I ask the user to type a fe

RE: [PHP] forms and inputs

2002-03-24 Thread Vlad Kulchitski
oom_submit If anyone knows how to overcome the problem, please help. Thanks, Vlad -Original Message- From: S [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 24, 2002 2:34 PM To: Vlad Kulchitski; [EMAIL PROTECTED] Subject: RE: [PHP] forms and inputs Your input tag should look like this:

RE: [PHP] forms and inputs

2002-03-24 Thread S
Your input tag should look like this: -Original Message- From: Vlad Kulchitski [mailto:[EMAIL PROTECTED]] Sent: March 24, 2002 1:39 PM To: [EMAIL PROTECTED] Subject: [PHP] forms and inputs Hi, Can anyone suggest anything regarding the following problem. Basically, I ask the user to