e certo che si...
poi lo prelevi con:Codice PHP:
$el[0] = "inizia";
$stri = serialize($el);
....
<input type="hidden" name="striele" value="<?php echo htmlentities($stri); ?>">
Codice PHP:
$pippo = stripslashes($_POST['striele']);
$pappo = unserialize($pippo);
print_r($pappo);

Rispondi quotando