Selam ; veritabanımda 2 tablo var 1 tanesi fpak14 adında diğeri 123456 adında
quote:
include ("../giris/baglan.php");
$verileriCek = mysql_query("select * from fpak14 ");
while ($b=mysql_fetch_array($verileriCek)){
Şeklinde tablodan veriler çekiliyor. Ancak; fpak14 yerine rakam olan veritablosunu çekince aşağıdaki hatayı veriyor.
quote:
MySQL hatası oluştu. Hata: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '123456' at line 1