Dustin Rohel Posted February 3, 2024 Posted February 3, 2024 Could someone please help me understand how to secure my site? Quote
newttster Posted February 3, 2024 Posted February 3, 2024 One thing to look into is csrf - cross site request forgery and csrf tokens and how they work. Cleaning all player input should be looked at as well. You could also look at PDO - php data objects. This type of php coding cleans input for you automatically or semi-automatically depending on how you use it. This is something that I'm just learning how to do myself. Quote
Dustin Rohel Posted February 3, 2024 Author Posted February 3, 2024 4 hours ago, newttster said: One thing to look into is csrf - cross site request forgery and csrf tokens and how they work. Cleaning all player input should be looked at as well. You could also look at PDO - php data objects. This type of php coding cleans input for you automatically or semi-automatically depending on how you use it. This is something that I'm just learning how to do myself. Thanks, I shall do research on that stuff Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.