An SQL injection demo that should make you check twice when setting SQL security.
Have you ever tried to track down XMLHttpRequests of your PHP application for security issues? It’s hard, isn’t it? Welcome to the world of Web2.0, XSS, SQL injections, Code inclusion/execution, Session injection, Cross Site Request Forging and so on.
Like every programing language, PHP too has some security rules that should not be overlooked. Take a look at this fine video php tutorial to understand this.





