So I am building a game with html, php, and mysql. This is my first project so I am not really sure how to protect any of my data or code. Could anyone please give me some tips on security measures I should be taking? Currently I do not have the site up so you can look at it and see if there are security problems, hopefully it will be up in a week so until I post that any suggestions? Thanks in advance!
php is server side lung so can't se any one you code via bowers or take a sever online server where you code is secure
i mean also with attach downloadable scripts, or with ftp access.. or just the script, and i'll help you to check in localhost..
Check out the book "Essential PHP security". It's a pretty short read as well. http://amazon.com/Essential-PHP-Security-Chris-Shiflett/dp/059600656X
I'm still working on the script so its not done yet, I was looking for information so that as I finish my script I can make sure it is secure. But I will definetly look at the book. Thank you.
2 things you need to worry: SQL Injections XSS Vulnerabilities Just google to learn how to protect against these above.