[PHP-DB] Submit forms

2001-08-10 Thread Ian Grant
Hi, I've got a simply search form, on my site using PHP and MySQL. It writes a SELECT query using WHERE ( LIKE '%thingy%') where thingy is the word entered in the form. It works fine if the submit button is pressed, but if you press return after typing the word, instead, it fails and writes noth

Re: [PHP-DB] Submit forms

2001-08-10 Thread Justin Buist
I think it'd help if you pasted the HTML code for your form. Plus, which browser/OS you're using to test this out would help too. Justin Buist Trident Technology, Inc. 4700 60th St. SW, Suite 102 Grand Rapids, MI 49512 Ph. 616.554.2700 Fx. 616.554.3331 Mo. 616.291.2612 On Fri, 10 Aug 2001, Ian

Re: [PHP-DB] Submit forms

2001-08-10 Thread Jon Yaggie
To: <[EMAIL PROTECTED]> > Sent: Friday, August 10, 2001 9:33 PM > Subject: Re: [PHP-DB] Submit forms > > > > I think it'd help if you pasted the HTML code for your form. Plus, which > > browser/OS you're using to test this out would help too. > > > > J

Re: [PHP-DB] Submit forms

2001-08-10 Thread Paul Burney
on 8/10/01 7:50 AM, Ian Grant at [EMAIL PROTECTED] wrote: > I've got a simply search form, on my site using PHP and MySQL. > It writes a SELECT query using WHERE ( LIKE '%thingy%') where thingy > is the word entered in the form. It works fine if the submit button is > pressed, but if you press r

Re: [PHP-DB] Submit forms

2001-08-13 Thread Ian Grant
Yes, thank you, this works! Ian. Paul Burney <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > on 8/10/01 7:50 AM, Ian Grant at [EMAIL PROTECTED] wrote: > > > I've got a simply search form, on my site using PHP and MySQL. > > It writes a SELECT query using WHER