Tag Archives: development

Stopping SQL Injections

SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed.

Continue Reading

myScoop – from concept to current and beyond

Every now and again I get this sudden urge to develop something that’s beyond my reach. Enter myScoop, my latest “lets-see-if-I-can-do-it” project. myScoop is essentially a combination of most of my PHP skills that I have learnt in the passed few months and when I started with the site it was originally supposed to be a social bookmarking tool, similar to that of Muti. I’m not 100% sure of when the focus shifted to blog aggregation. Either way, I’m pretty happy of the result.

Continue Reading