View Single Post
Old 07-22-2008, 12:38 AM   #2 (permalink)
Peuplarchie
The Acquainted
 
Peuplarchie's Avatar
 
Join Date: May 2008
Location: Québec
Posts: 104
Thanks: 10
Peuplarchie is on a distinguished road
Default

RESOLVED

PHP Code:
foreach($file as $value){ 
    
$value trim($value);
    list(
$user$password$url) = explode('=>'$value); 
    
$data[$user] = array("url"=>$url"password"=>$password); 
__________________
That's why we are not alone on earth... let's build !
Peuplarchie is offline  
Reply With Quote