View Single Post

  #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