Tekil Mesaj gösterimi
  #6 (permalink)   iTrader 
Alt 2006-11-05, 14:09
maxcilopez - ait Kullanıcı Resmi (Avatar)
maxcilopez maxcilopez isimli üye çevrimiçidir (Online)
Member
 
Üyelik tarihi: Oct 2006
Mesajlar: 303
Tecrübe Puanı: 0
iTrader: %0/0
maxcilopez is an unknown quantity at this point
Standart

Böyle yaptım ama olmadı Hata verdi yanlışmı yaptım acaba
hata kodu
$sorgu1 = "select * from metuedu_stories"
1.db adı metuedu_stories
2.db adı nuke_stories

PHP- Kodu:
$sorgu1="select * from  metuedu_stories";
$dbname1="nuke_stories";
$gonder=mysql_db_query($dbname1,$sorgu);
$dbname2="nuke_stories";
while (
$oku=mysql_fetch_array($gonder)) {
   
$ekle=mysql_db_query($nuke_stories,"insert into metuedu_stories values('','$oku[field1]','$oku[field2]',vs,vs)";

Alıntı ile Cevapla