P
Ploo
Guest
Make sure you have no holes which could be used for SQL Injections. Say if you have a page articles.php and to display a particular particle you had to use articles.php?article_id=5. Make sure that if you enter article_id=abc or any other non integer value it doesn't show any SQL errors. Other than that, just check a load of possibilities get some friends to test it and hope there isn't any security holes.