FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Associative Array
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Associative Array [message #176168 is a reply to message #176164] Mon, 28 November 2011 14:59 Go to previous messageGo to previous message
Jesolo Sun is currently offline  Jesolo Sun
Messages: 8
Registered: November 2011
Karma:
Junior Member
SOLVED

<input type="hidden" name="ProductID" value="<?php echo $riga['ProductID']
?>">
<input type="hidden" name="Capacity" value="<?php echo
$riga['Capacity'] ?>">



$ProductID = $_POST['ProductID'];
$Capacity = $_POST['Capacity'];



print "Quantita 0 "
..$_POST['product_data'][$ProductID][$Capacity]['numero0']."<br>";
print "Quantita 1 "
..$_POST['product_data'][$ProductID][$Capacity]['numero1']."<br>";
print "Quantita 2 "
..$_POST['product_data'][$ProductID][$Capacity]['numero2']."<br>";



$Option1 = $_POST['product_data'][$ProductID][$Capacity]['ad_adornment'];
$Option2 =
$_POST['product_data'][$ProductID][$Capacity]['ad_adornments_options'];

foreach($Option1 as $val_A){
print "Opzione " .$val_A."<br>";

}

foreach($Option2 as $val_B){
print "Opzione " .$val_B."<br>";

}

print "Tempi " .$val1 =
$_POST['product_data'][$ProductID][$Capacity]['realization_period']."<br>";

Thanks to all for help me
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Order/Timing of Execution of PHP
Next Topic: Browser doesn't support
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 10:48:56 GMT 2024

Total time taken to generate the page: 0.04993 seconds