Filtering MySQL Queries

wxdqz

New Member
To anyone who is knowledgable enough,

Please help me. I need to find a way on how to filter my queries in MySQL using PHP. I don't want my scripts to be full of requeries because it will take me about 1000 queries out of a large record I am retrieving. I've read that MySQL does not support filtering but I just think that there must be a way on how to filter queries using PHP.

I am willing to do it manually since I can't figure out what functions to use in creating filter functions.

thanks,

rage_guy
 
Back
Top