What do i need to do to make a php/mysql script secure / safe?

  • Thread starter Thread starter Oh C
  • Start date Start date
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?
 
Back
Top