Questione : Collegare per inserire i dati nella tabella del mysql

Ho alcuni valori in alberino come:

$ob1=$_POST [“ob1„];
$ob2=$_POST [“ob2„];
$ob3=$_POST [“ob3„];
----------------------upto 30-----------
$ob50=$_POST [“ob50„];

first che voglio aggiungere il ciclo per fare il codice short.

now uso il codice per inserire questi il valore alla tabella: mysql_query del


$query1= (“INSERTO nel
VALUES
("$ob1„, “$testcode di squestions (obno, ucode) ")„); mysql_query del


$query2= (“INSERTO nel
VALUES
("$ob2„, “$testcode di squestions (obno, ucode) ")„); mysql_query del


$query3= (“INSERTO nel
VALUES
("$ob3„, “$testcode di squestions (obno, ucode) ")„);


-------------fino a 50 domande----------------mysql_query del


$query50= (“INSERTO nel
VALUES
("$ob50„, “$testcode di squestions (obno, ucode) ")„); il


Please lo aiuta,
how ad aggiungere il ciclo per questo?





class= del

Risposta : Collegare per inserire i dati nella tabella del mysql

Spiacente gli ho dato una punta di un manzo bum.

“ob„. $counter non “ob$counter„
1:
2:
3:
4:
5:
6:
7:
8:
9:
per ($counter = 1; $counter <>'')
  {
    $ob=$_POST [“ob„. $counter];
    mysql_query (“INSERTO negli squestions (obno, ucode)
      STIMA ("$ob„, “$testcode ")„);
  }
}
Altre soluzioni  
 
programming4us programming4us