Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

In PHP what will be your choice to preventing SQL injections Prepared Statements or an Escaping Strategy and why?

user-image
Question added by George Dimitrov , Unix System Administrator , ADVANCED.IO
Date Posted: 2014/09/04
Muktar SayedSaleh
by Muktar SayedSaleh , Software Engineering Manager , AIRASIA

in classic PHP htmlspecialchars is a good choise.

 

but its better to use codeigniter builtin security functions.

 

good luck

Muhammad Waqas
by Muhammad Waqas , C#/.Net Developer , Signup solution

We better use regex in the fields

Deleted user
by Deleted user

my best strategy is working with node.js and run it in my server

More Questions Like This