Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}[code]
[size=xsmall][i]Toevoeging op 02/03/2015 11:06:49:[/i][/size]
[quote="Murti Aydogdu op 02/03/2015 11:03:46"]
Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
[code]foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}[code]
[/quote]
ik moet de Produten, ProdOms, Aantal, Prijs inserten in de database
[size=xsmall][i]Toevoeging op 02/03/2015 11:07:23:[/i][/size]
[quote="Murti Aydogdu op 02/03/2015 11:03:46"]
Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
[code]foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}[code]
[size=xsmall][i]Toevoeging op 02/03/2015 11:06:49:[/i][/size]
[quote="Murti Aydogdu op 02/03/2015 11:03:46"]
Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
[code]foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}
[/quote]
ik moet de Produten, ProdOms, Aantal, Prijs inserten in de database
[/quote]
[size=xsmall]
Toevoeging op 02/03/2015 11:08:13:[/size]
Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}
ik moet de Produten, ProdOms, Aantal, Prijs inserten in de database
[size=xsmall]
Toevoeging op 02/03/2015 11:08:59:[/size]
Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}
ik moet de Produten, ProdOms, Aantal, Prijs inserten in de database
[size=xsmall]
Toevoeging op 02/03/2015 13:58:13:[/size]
iemand die het weet het moet
[size=xsmall]
Toevoeging op 02/03/2015 13:58:41:[/size]
Murti Aydogdu op 02/03/2015 11:03:46
Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}[code]
[size=xsmall][i]Toevoeging op 02/03/2015 11:06:49:[/i][/size]
[quote="Murti Aydogdu op 02/03/2015 11:03:46"]
Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
[code]foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}[code]
[/quote]
ik moet de Produten, ProdOms, Aantal, Prijs inserten in de database
[size=xsmall][i]Toevoeging op 02/03/2015 11:07:23:[/i][/size]
[quote="Murti Aydogdu op 02/03/2015 11:03:46"]
Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
[code]foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}[code]
[size=xsmall][i]Toevoeging op 02/03/2015 11:06:49:[/i][/size]
[quote="Murti Aydogdu op 02/03/2015 11:03:46"]
Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
[code]foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}
ik moet de Produten, ProdOms, Aantal, Prijs inserten in de database
[/quote]
[size=xsmall]
Toevoeging op 02/03/2015 11:08:13:[/size]
Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}
ik moet de Produten, ProdOms, Aantal, Prijs inserten in de database
[size=xsmall]
Toevoeging op 02/03/2015 11:08:59:[/size]
Oke Aar dit is mijn html code
<div class="input_fields_wrap">
<button id="remove_field">x</button>
<?php $query = mysql_query("SELECT * FROM producten"); ?>
<select name="Producten[]" id="Producten">
<div><?php while($row = mysql_fetch_array($query)){
echo "<option>" . $row['Producten'] . "</option>";
}?>
</div><input type="text" name="ProdOms[]">
<input type="text" size="3" name="Aantal[]">
<input type="text" size="3" name="Prijs[]">
<a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');"><img src="../img/icons/info.png" height="16" width="16"></a>
</select>
</div>
van dit heb ik er 15 in totaal en dit is de php code
foreach($_POST['Producten'] as $key => $Producten) {
echo 'The Key is '.$key. ' with a value of '.$Producten.'<br/>';
}
foreach($_POST['ProdOms'] as $key => $ProdOms){
echo 'The Key is '.$key. ' with a value of '.$ProdOms.'<br/>';
}
foreach($_POST['Aantal'] as $key => $Aantal){
echo 'The Key is '.$key. ' with a value of '.$Aantal.'<br/>';
}
foreach($_POST['Prijs'] as $key => $Prijs){
echo 'The Key is '.$key. ' with a value of '.$Prijs.'<br/>';
}
ik moet de Produten, ProdOms, Aantal, Prijs inserten in de database
[size=xsmall]
Toevoeging op 02/03/2015 13:58:13:[/size]
iemand die het weet hoe moet
[/quote]