Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change all the MySQLi Queries to Prepared Statement Queries #1

Open
devenbansod opened this issue Feb 15, 2015 · 1 comment
Open

Change all the MySQLi Queries to Prepared Statement Queries #1

devenbansod opened this issue Feb 15, 2015 · 1 comment

Comments

@devenbansod
Copy link
Member

The Normal MySQLi Queries (that I have used all over the code) are very easy to use but they are generally less safe.

The Prepared Statements are perfect for preventing SQL injections and also increase the Performance of the server.

This Task is to change all the normal MySQLi queries to executed through prepared statements.

@devenbansod
Copy link
Member Author

@TEJATJ : Can you please look into this issue and make a PR for implementing this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants