Hi i want to make the top 50 sites list and the user can vote for some site
i made a database with table named topsites with columns
siteid,url,descr,points,banner
and i made a add site in php
but i want now to create a vote system so the one ip can vote
only once how can i do that ?