Se al posto del for uso un foreach ottengo giusto giusto quel che stavo cercandoOriginariamente inviato da Toxik
Se al posto della for usi una foreach??
Codice PHP:foreach($arraypost as $key => $val)
{
$buono = str_replace("comm", "", $key);
$chi = $val;
echo "buono è " . $buono . " chi = " . $chi . "
";
}
grazie mille per il tuo aiuto
- Kiko™ -



Rispondi quotando