Home |  MySQL Buzz |  FAQ |  Feeds |  Submit your blog feed |  Feedback |  Archive |  Aggregate feed RSS 2.0 English Deutsch Español Français Italiano 日本語 Русский Português 中文
Prevent SQL Injection in PHP
+0 Vote Up -0 Vote Down

Two easy ways to prevent SQL Injection in PHP To many people still execute sql queries using methods which does not prevent SQL Injection, and many tutorials out there give bad example of doing so. SQL Injection? What? -> SQL Injection explained There are two easy aproachs to prevent SQL Injection: Using PDO: stmt = $pdo->prepare('SELECT [...]

Votes:

You must be logged in with a MySQL account to vote on Planet MySQL entries. More information on PlanetMySQL voting.

Planet MySQL © 1995, 2013, Oracle Corporation and/or its affiliates   Legal Policies | Your Privacy Rights | Terms of Use

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.