Alright, after chatting with you for a while, here's what we found:
1- $_POST should be $_GET, since you're using a remote method from jQuery.validate.
2- Your code was calling bindParam() on $link instead of $usr_check, which is correct in your question.
Another thing, your code also needs to print out strings for true and false. Wrap those in quotes.