Questo foreach:
-----------------------------
foreach ($ArrayJava as $Val)
{
print ("$Val
");
}
-----------------------------
Mi stampa questo:
arrProdotti["Processore"]= new Array ( "Interl", "AMD");
arrProdotti["Scheda Madre"]= new Array ( "Asus", "MSI");
arrProdotti["Scheda Video"]= new Array("Asus", "ATI", "Matrox");
MA SOLO SE NON HO GIA APERTO I TAG JAVASCRIPT![]()