07-22-2008, 12:38 AM
|
#2 (permalink)
|
|
The Acquainted
Join Date: May 2008
Location: Québec
Posts: 104
Thanks: 10
|
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 !
|
|
|
|