I think that you cant do it with php mysql. Unless you have stored the number of likes in your database. But i doubt it.
You should be able to do it with javascript.
Or you can parse the page with javascript and store the numbers in mysql and then nextime the page appears you can sort it with php/mysql.
Only problem would be if you have paging. Then you are screwed.
The best option would be using facebook API to get the numbers.