Re: Why queries only the first SELECT statement

2002-03-12 Thread Georg Richter
On Sunday, 10. March 2002 09:53, Tshering Norbu wrote: > Hi list, > I am trying to making online telephone directory search. > I have an input form which has input for name and SELECT option for the > area. Name of this form file is 'searchtel.php' This is not a mysql problem. Go to php.net and r

RE: Why queries only the first SELECT statement

2002-03-12 Thread Roger Baklund
* Tshering Norbu > if ($location ="Gasa") { Try ($location == "Gasa")... :) -- Roger query - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archiv

Why queries only the first SELECT statement

2002-03-12 Thread Tshering Norbu
Hi list, I am trying to making online telephone directory search. I have an input form which has input for name and SELECT option for the area. Name of this form file is 'searchtel.php' This form parsing is done by 'searchtelparse.php' file which has query, i.e $query with 'IF' statement for diff