I just starting out learning PHP, I\'ve been developing web apps in ASP.Net for a long time. I was wondering if there are any PHP specific security mistakes that I should be
If you're using a mysql database make sure you call mysql_real_escape_string when sending data to the database