hey pete, now it is working, thank you very much..

onurdyh <[EMAIL PROTECTED]> wrote:                                  ok pete , 
this is my all codes:
 
 $bad= $_POST['bad'];      // sent from bayii.html as ankara or istanbul
 echo"$bad";
  mysql_connect ("localhost","root") or die ("localhost patlar");
  mysql_select_db ("exx") or die ("exx e baglanamad&#305;..");
  $sql= "select  bayiiad, bayiino, sehir, ad, soyad from bayiiler, uyebayiiler 
where uyebayiiler.bayiiid = bayiiler.bayiiid and bayiiler.sehir = '$bad'; ";
 $sq= mysql_query($sql);
  while($row=mysql_fetch_array($sq)) 
 {
                          
                             echo $row[0];
                             echo "    ";
                             echo $row[1];
                             echo "   , ";
                             echo $row[2];
                             echo "    ";
                             echo $row[3];
                             echo "   , ";  
                                echo $row[4];
                             echo "    ";
             } 
 
 DyhOnur..
   
 ---------------------------------
 Looking for earth-friendly autos? 
  Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.  
 
 [Non-text portions of this message have been removed]
 
 
     
                       


DyhOnur..
 
---------------------------------
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel 
bargains.

[Non-text portions of this message have been removed]

Reply via email to