Awesome! Thanks so much! And people would love it as a mod XD
Also, for the redirect, couldn't you use this instead?
PHP Code:
header("Location: $root/myadopts");
exit;
That way the page doesn't stutter nor ask about a refresh, as my browser popped up saying about the page having to resend information and I had to click 'refresh' for it to go through. It might not be that clean but it works so far XD
And how would I get the button on the same line as the drop down box? It's for purely aesthetic reasons but I have the text as 'Sort by clicks', 'Sort by [whatever]', etc and want the button next to it. Thanks for your help :3