strano, a me funziona:prova a fare print_r($new_regs); e vedi cosa ti dice? magari l'errore è prima...codice:<?php $regs = "75 64 35 21 76"; $new_regs = explode(" ", $regs); print $new_regs[0]."---".$new_regs[1]."---".$new_regs[2]."---".$new_regs[3]."---".$new_regs[4]."---"; ?>