Hey guys my question is this.
I have a table (I attached an example image of it populated). What I need is an SQL command or a php page (though I prefer to do it all in SQL) that will return the rows that have duplicate ip and prof_id fields.
The problem is I run a website and because pretty much all methods of making sure people dont vote more then once are worthless (I cant ban ips without good reason because alot of people use routers on campus). I allow duplicates to be entered and just monitor the database by myself looking for duplicate votes. I need a way to make this easier because of the sheer number of votes I get, specfically I want to return all the duplicate submissions I get so that I can easily deal with them in phpmyadmin (hence I prefer sql).
If you need any clarifications please let me know.