What are the security measures we have to take for our site
not to hack by others.
Answer Posted / harish singh
Use addslashes and stripslashes function to insert value in
the database. If possible always use abstraction layer for
database interaction to avoid sql injection.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Tell me what is the use of "ksort" in php?
How can cross site request forgery csrf be prevented?
What are the advantages of php mysql?
Do you know how to declare an array in php?
How many types of array are there in php?
Can we use onclick in submit button?
What is a composer?
What is final class and final method in php?
What is print_r?
How to join multiple strings stored in an array into a single string?
What is escape data in php?
Can the value of a constant change during the script's execution?
Write a program in php to check whether a number is prime or not?
What are the differences between GET and POST methods in form submitting?
What are the php functions?