This is a discussion on newbie needs help with mysql query from a form submission within the MySQL Database forums, part of the Database Forums category; Hi guys. I have a simple form which has countries to choose from. Once a country is chosen I need ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi guys. I have a simple form which has countries to choose from. Once a
country is chosen I need to do a select lookup. I can't find the correct symbol for "all" countries in the lookup i.e can someone tell me what I should palce instead of the ? in the following country to lookup all select all countries : SELECT * FROM database WHERE country=? Thank you in advance, Raj (newbie) |
|
|||
|
On 15 Mar, 13:34, raj <r...@nospam.com> wrote:
> Hi guys. I have a simple form which has countries to choose from. Once a > country is chosen I need to do a select lookup. I can't find the correct > symbol for "all" countries in the lookup i.e can someone tell me what I > should palce instead of the ? in the following country to lookup all select > all countries : > > SELECT * FROM database WHERE country=? > > Thank you in advance, > > Raj (newbie) SELECT * FROM database |