newbie needs help with mysql query from a form submission

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 ...


Go Back   Usenet Forums > Database Forums > MySQL Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-15-2007
raj
 
Posts: n/a
Default newbie needs help with mysql query from a form submission

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)

Reply With Quote
  #2 (permalink)  
Old 03-15-2007
Captain Paralytic
 
Posts: n/a
Default Re: newbie needs help with mysql query from a form submission

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

Reply With Quote
  #3 (permalink)  
Old 03-15-2007
Captain Paralytic
 
Posts: n/a
Default Re: newbie needs help with mysql query from a form submission

On 15 Mar, 14:07, "Peter H. Coffin" <hell...@ninehells.com> wrote:
> SELECT * FROM my_table WHERE country LIKE '%';
>
> will pick all.

as will SELECT * FROM my_table

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:46 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0