Posted by Emil Novak on 09/30/05 16:33
<?php $array_file = file("path/to/file"); foreach($array_file as $line) { $e_array = explode(',',$line); { // do update on db for each line of array } } ?> Like this? Emil Novak, Slovenia, EU
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming