Hi all,

how can I replace the n ; with only one

Mot1;;Mot2;;;;;;;;;;;;;Mot3;;;;;;Mot4;;;;;;;Mot5;;;;Mot6
==>
Mot1;Mot2;Mot3;Mot4;Mot5;Mot6

So that I can explode it in an array.

Thanks for your help
Horst



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

Reply via email to