filtering, limiting and paginating CSV results
Posted: Fri Feb 22, 2008 4:48 am
I currently putting together a site and the data is stored in a csv file.
Can anyone give me some direction on how to limit the array that i have already got, thats working, to a specified number of records and add in the the pages for the other results.
I also want to be able to filter the results to show for example all the people with the name kevin, with a drop down menu, containing all the names of everyone in the csv.
i have loads of searches and all i can find is how to import into a mysql db or just show all the data in one go and i just don't know where to start looking
cheers
kev
Can anyone give me some direction on how to limit the array that i have already got, thats working, to a specified number of records and add in the the pages for the other results.
I also want to be able to filter the results to show for example all the people with the name kevin, with a drop down menu, containing all the names of everyone in the csv.
i have loads of searches and all i can find is how to import into a mysql db or just show all the data in one go and i just don't know where to start looking
cheers
kev