Jump to content

Handling MYSQL Result Sets in PHP


frio80

Recommended Posts

This question is more of a design question and am not sure what forum this would go in but here goes.

Is there a way or practice to search, navigate large result sets efficient in PHP?  My problem is that when I conduct a search I then want to search within those results using filters.  As of now, I keep researching the database when I enable filters.

Should I simply

1)re-search the database with my new filter criteria or,
2)is there a way to search the original result set
3)maybe something cool that I dont even know about.

Thanks.  Love the site!
Link to comment
https://forums.phpfreaks.com/topic/18563-handling-mysql-result-sets-in-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.