Vraag : Lijn om gegevens in mysqllijst op te nemen

Ik heb sommige waarden in post als:

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

first die ik heb willen om lijn toevoegen om tot code short.

now i gebruikscode te maken om deze waarde aan lijst op te nemen: mysql_query


$query1= („TUSSENVOEGSEL IN squestions (obno, ucode)
VALUES
(„$ob1“, „$testcode“)“); mysql_query


$query2= („TUSSENVOEGSEL IN squestions (obno, ucode)
VALUES
(„$ob2“, „$testcode“)“); mysql_query


$query3= („TUSSENVOEGSEL IN squestions (obno, ucode)
VALUES
(„$ob3“, „$testcode“)“);


upto 50 vragenmysql_query


$query50= („TUSSENVOEGSEL IN squestions (obno, ucode)
VALUES
(„$ob50“, „$testcode“)“); />Please


hoe te om lijn voor dit toe te voegen?





Antwoord : Lijn om gegevens in mysqllijst op te nemen

Droevig heb ik u een beetje van een bedelaarjonge os gegeven.

„ob“. $counter niet „ob$counter“
1:
2:
3:
4:
5:
6:
7:
8:
9:
voor ($counter = 1; $counter <>'')
  {
    $ob=$_POST [„ob“. $counter];
    mysql_query („TUSSENVOEGSEL IN squestions (obno, ucode)
      WAARDEN („$ob“, „$testcode“)“);
  }
}
Andere oplossingen  
 
programming4us programming4us