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