On Sun, 9 Jun 2002, Tom Ray wrote:
> I have a flat file database that is delimited with colons. This file 
> will have new records added to it on a regular basis. What I want to do 
> is be able to search that file based on a keyword that is inputted by a 
> user, then it will search that database comparing each record for that 
> value, if that value returns true, I want it to display the results of 
> that record.

  http://php.net/file
  http://php.net/preg_grep

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to