phpbar.de logo

Mailinglisten-Archive

[php] eine frage fuer SQL abfrage

[php] eine frage fuer SQL abfrage

Murat Gezer gezer_(at)_sci.ege.edu.tr
Mon, 10 Jul 2000 11:56:35 +0300 (EET DST)


Hallo

wie kann ich herausfinden ob die daten existieren oder nicht?
es soll wen es existiert die table ausgeben
wenn  nicht nur eine schrift ausgibt

hier is die code 

?php //veri taban


mysql_connect("localhost","root","") or die" kann nicht verbienden");
$query="SELECT * FROM banka WHERE banka_adi LIKE '$f_bankaadi' or lokasyon
like '$f_lokasyon' "; $result = mysql_db_query("bursaguide",$query); if
($result if ($result) { while ($r=mysql_fetch_row($result)) {
     
echo "<tr BGCOLOR=#EDECDE><td>Banka Ad:</td>"; echo "<td>".$r[1]."</td>";
echo "<tr BGCOLOR=#EDECDE ><td>Yetkili:</td>"; echo "<td>".$r[2]."</td>";
echo "<tr BGCOLOR=#EDECDE><td>Lokasyon:</td>"; echo "<td>".$r[3]."</td>";
echo "<tr BGCOLOR=#EDECDE><td>Adres:</td>"; echo "<td>".$r[4]."</td>";
echo "<tr BGCOLOR=#EDECDE><td>Telefon:</td>"; echo "<td>".$r[5]."</td>";
echo "<tr BGCOLOR=#EDECDE><td>Faks:</td>"; echo "<td>".$r[6]."</td>"; echo
"<tr BGCOLOR=#EDECDE><td>Aciklama:</td>"; echo "<td>".$r[7]."</td>"; echo
"<tr BGCOLOR=#EDECDE><td>Web:</td>"; echo "<td>".$r[9]."</td>"; echo "<tr
BGCOLOR=#EDECDE><td>e-mail:</td>"; echo "<td><a
href=mailto:".$r[10].">".$r[10]."</td>"; } } else { echo "problemler";}
?>



php::bar PHP Wiki   -   Listenarchive