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
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
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
* 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
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
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
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
* 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
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
Not sure why you don't want to submit the form. But if you really really
don't want to "submit the form" then you have to use javascript.
If you're willing to submit the form, then this is relatively simple,
depending on how you want to display the data.
if you're willing to submit, then step thro
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
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
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
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
14 matches
Mail list logo