O
Oh C
Guest
I understand every PHP/MySQL script in the world is not 100% safe, I know how to code and stuff, but I just need to know what are some of the things I should do to make the script as secure as possible?
Heres what I have so far:
- clean data passed through forms to prevent code injections
- crypt or md5 usernames and password
What else shoud I do to make my script secure?
Heres what I have so far:
- clean data passed through forms to prevent code injections
- crypt or md5 usernames and password
What else shoud I do to make my script secure?