I wrote a function (inferior no doubt) that takes the values of a form with a get method to filter results from the database. It is a list of orders, and I need to be able to filter by the user, the user's school, or specific items (find all orders that have *this* item). I thought I figured out how to do it all, but it's just not returning a 'valid resource'. How do most people go about this? POST or GET? POST is obviously the most secure, but since this is on an employee only page, security (to my niave way of thinking) is not much of an issue. All the filter parameters are from drop downs; I have three forms set up (to filter by user, school, or item) and I did this because I don't know the first thing about AJAX (dynamically updating form drop-downs). If anyone is interested, I would like to send you the PHP file with the filter function (as it is too long to paste here). PLEASE HELP! Thanks :)