Skip to main content

All Questions

Tagged with
3 votes
1 answer
252 views

Checkout process

I'm building a checkout process where I am quite frequently making SQL connections based on user input so this is quite important. I want to know if it's well-protected from any SQL injection or other ...
DiscreteTomatoes's user avatar
-2 votes
1 answer
87 views

Adding tables and values to a database

I am having problems with my code because I am using a system called styleci. Can you please check it? How can I make it better and more secure? ...
Thomas Wilbur's user avatar
7 votes
2 answers
1k views

Preventing SQL injection by converting all characters to their ASCII values

In order to prevent SQL injection, I'm converting every character of a string to be inserted in the database into its ASCII value before performing the query. In order to read the value of the string ...
Stubborn's user avatar
  • 277
3 votes
1 answer
202 views

Increase security of sign up form code

Does my PHP look secure enough for a sign up form? ...
user2981256's user avatar