Posted by H@C0 on 01/19/07 17:36
Thanks for your response. I could use part of your script. Hans >$records = array(); >$date = '17-01-2007' >$handle = fopen('db_file','r') or die('could not open file'; >while($result = fscanf("%s || %s || %s || %d\n")){ > if(date('d-m-Y',$result[3]) == $date) $records[] = $result; >} >var_dump($records);
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming