Posted by Rik on 12/12/06 02:31
H@C0 wrote:
> Hi,
> I am using a flat file database like:
>
> London || Bill F. || email-1
> Paris || Pierre E. || email-2
> Berlin || Hans K. || email-3
> London || Harry W. || email-4
> Madrid || Juan G. || email-5
>
> I only want the records being displayed of the city of London
> (field1), not using a search command. How can I accomplish that?
> Or does anybody know an URL with an example?
> Regards, Hans
Hmmz,
to bad you used 2 characters as your delimiter, else fgetcsv() would save
you a lot of time... Is it too late to change this (and what were your
reasons to ignore ye olde but still kicking csv format)?
--
Rik Wasmus
[Back to original message]
|