Hey everybody,
I'd like to get some specific, but not all rows of a MySQL DB into an array, like those I get if I use mysql_fetch_array().
But feth_array, fetch_row, fetch_object, etc... just returns one row. There are many search functions in the internet, so it must be possible. I don't want to check every object in the table because it's pretty big and that takes a while.
~ StuntHacks