May be array_merge($array, explode(",", $string)).

-- 
João Cândido de Souza Neto
SIENS SOLUÇÕES EM GESTÃO DE NEGÓCIOS
Fone: (0XX41) 3033-3636 - JS
www.siens.com.br

"Louie Miranda" <lmira...@gmail.com> escreveu na mensagem 
news:5016fc50906300125s12389ae1v3323c63c30343...@mail.gmail.com...
> GPS Administrative Page v2.3.12 (BETA)My array:
> Array ( [0] => Demo2.txt [1] => Demo.txt [2] => Demo.txt )
>
> How could I push the values as:
>
> -> Demo2.txt, Demo.txt, Demo.txt?
>
> Not sure which approach is good.
>
> $saveFiles = array();
> array_push($saveFiles, $ufName);
>
> Help
> --
> Louie Miranda (lmira...@gmail.com)
> http://www.louiemiranda.net
>
> Quality Web Hosting - www.axishift.com
> Pinoy Web Hosting, Web Hosting Philippines
> 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to