Codice PHP:
function foo($ciao) {
.
.
.
$valore = array();
return $valore;
}
foreach($valore as $foo) {
.
.
echo $foo;
}
Codice PHP:
function foo($ciao) {
.
.
.
$valore = array();
return $valore;
}
foreach($valore as $foo) {
.
.
echo $foo;
}
If today was perfect, there would be no need for tomorrow...
Live as you want, the wildest way you can, till you're alive!!