lordabura
6/1/2016 - 10:42 PM

recorrer arreglo

recorrer arreglo

foreach ($arrays as $valor) 
{
    echo $valor;
}
unset($valor);