PHP : security | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

PHP : security

How can one provide security in a PHP website? Ways to secure a PHP website.

3rd Feb 2017, 7:44 AM
harshawardhan natu
harshawardhan natu - avatar
2 Answers
+ 1
you can clear inputs from special symbols and use PDO for database access. Avoid direct interaction between JS and PHP variables. to avid XSS. These are basic inputs, there's probably more.
3rd Feb 2017, 9:00 AM
seamiki
seamiki - avatar
0
thanks for the help.
3rd Feb 2017, 9:01 AM
harshawardhan natu
harshawardhan natu - avatar