Re: [PHP] forms and php

2008-01-24 Thread Richard Lynch
Some older browsers didn't send along the button name/value when you hit enter, for a one-button form... But I've never heard of one that failed to send anything at all... It's almost for sure a browser issue though -- PHP doesn't really *do* anything with the data it gets. It just stuffs it int

Re: [PHP] forms and php

2008-01-24 Thread Nathan Nobbe
On Jan 24, 2008 3:34 AM, Mark Pashia <[EMAIL PROTECTED]> wrote: > If I fill in the fields of a form and hit the "enter" key to submit the > form, no variables seem to be passed along. If I use the submit button, > everything works perfectly. It seems that other forms on the web work with > the ent

Re: [PHP] forms and php

2008-01-24 Thread Jochem Maas
Mark Pashia schreef: I am fairly new to the php/mySQL combo and just noticed an unusual behavior and don't know where to find the answer to fix this. It is probably common knowledge, but not to a newbie. If I fill in the fields of a form and hit the "enter" key to submit the form, no variabl

[PHP] forms and php

2008-01-24 Thread Mark Pashia
I am fairly new to the php/mySQL combo and just noticed an unusual behavior and don't know where to find the answer to fix this. It is probably common knowledge, but not to a newbie. If I fill in the fields of a form and hit the "enter" key to submit the form, no variables seem to be passed alo

Re: [PHP] Forms and PHP

2003-07-20 Thread Curt Zirzow
* Thus wrote Yasir Malik ([EMAIL PROTECTED]): > I'm working with forms using PHP and HTML. I've noticed that there is a > limit of the length of a URL that can sent to browser (I'm passing many > many things as arguments across pages). Is there a way to get across the > limit or am I doing someth

Re: [PHP] Forms and PHP

2003-07-20 Thread John Nichel
Yasir Malik wrote: I'm working with forms using PHP and HTML. I've noticed that there is a limit of the length of a URL that can sent to browser (I'm passing many many things as arguments across pages). Is there a way to get across the limit or am I doing something wrong? Yasir Submit your form v

[PHP] Forms and PHP

2003-07-20 Thread Yasir Malik
I'm working with forms using PHP and HTML. I've noticed that there is a limit of the length of a URL that can sent to browser (I'm passing many many things as arguments across pages). Is there a way to get across the limit or am I doing something wrong? Yasir -- PHP General Mailing List (http:/

Re: [PHP] Forms and PHP

2003-07-20 Thread Jason Wong
On Sunday 20 July 2003 12:37, Jason Giangrande wrote: > I have a question about forms and PHP. Here's what I'm looking to do. > I'm trying to set up a spell checker that checks text entered in a form, > but I want the check results to show up in a different window so that > the user can change the

Re: [PHP] Forms and PHP

2003-07-19 Thread Jason Giangrande
Thanks guys. I think I'll try it first as Chris suggested and see how that goes. Thanks again. Jason On Sun, 2003-07-20 at 00:55, Justin French wrote: > This is done with javascript... without getting too off topic... JS can > get the contents of the textarea, and submit it via get (maybe post

Re: [PHP] Forms and PHP

2003-07-19 Thread Curt Zirzow
* Thus wrote Justin French ([EMAIL PROTECTED]): > This is done with javascript... without getting too off topic... JS can > get the contents of the textarea, and submit it via get (maybe post as > well) to another (pop-up) window. the pop-up window can highlght > misspelled words, and even make

Re: [PHP] Forms and PHP

2003-07-19 Thread Justin French
This is done with javascript... without getting too off topic... JS can get the contents of the textarea, and submit it via get (maybe post as well) to another (pop-up) window. the pop-up window can highlght misspelled words, and even make dynamic changes to the content in the first window. i

RE: [PHP] Forms and PHP

2003-07-19 Thread Chris Hubbard
[mailto:[EMAIL PROTECTED] Sent: Saturday, July 19, 2003 8:37 PM To: [EMAIL PROTECTED] Subject: [PHP] Forms and PHP I have a question about forms and PHP. Here's what I'm looking to do. I'm trying to set up a spell checker that checks text entered in a form, but I want the check re

[PHP] Forms and PHP

2003-07-19 Thread Jason Giangrande
I have a question about forms and PHP. Here's what I'm looking to do. I'm trying to set up a spell checker that checks text entered in a form, but I want the check results to show up in a different window so that the user can change the misspelled words if they'd like. In other words, I want to

Re: [PHP] Forms and PHP variables

2002-12-22 Thread Philip Olson
CTED]> > Cc: "PHP General" <[EMAIL PROTECTED]> > Sent: Saturday, December 21, 2002 9:50 PM > Subject: Re: [PHP] Forms and PHP variables > > > > > > Use is_numeric() > > > > http://www.php.net/is_numeric > > > > See also the ctyp

Re: [PHP] Forms and PHP variables

2002-12-22 Thread Jason Wong
On Sunday 22 December 2002 10:29, Beauford.2002 wrote: > Hi, > > First off, thanks to all those that helped out with my other questions. Not > all my problems were solved, but I'm certainly closer. Still working on the > same project I need to do the following. > > I have a form where users input n

Re: [PHP] Forms and PHP variables

2002-12-21 Thread Beauford.2002
Olson" <[EMAIL PROTECTED]> To: "Beauford.2002" <[EMAIL PROTECTED]> Cc: "PHP General" <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 9:50 PM Subject: Re: [PHP] Forms and PHP variables > > Use is_numeric() > > http://www.php.net/is_numeri

Re: [PHP] Forms and PHP variables

2002-12-21 Thread Philip Olson
Use is_numeric() http://www.php.net/is_numeric See also the ctype functions which can be read about here: http://www.php.net/ctype And yes, regular expressions are another option but aren't needed here. Regards, Philip Olson On Sat, 21 Dec 2002, Beauford.2002 wrote: > Hi, > > First of

[PHP] Forms and PHP variables

2002-12-21 Thread Beauford.2002
Hi, First off, thanks to all those that helped out with my other questions. Not all my problems were solved, but I'm certainly closer. Still working on the same project I need to do the following. I have a form where users input numbers only, is there a way I can have php check to make sure a let