Posted by Meiγo on 09/30/09 11:33
try $data = file('clientlist.txt'); foreach ($data as $line){ $names = explode('=', $line); print_r($names); }
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming