Kaoz-tutorials
Filters (New!) | RSS feed RSS feed | Our Tutorials | Submit Tutorials | Contact

SITE: webcheatsheet.com

 
Photoshop
Flash
HTML and CSS
JavaScript
PHP programming

How to Encrypt Passwords in the Database February 10th, 2008

If you are developing a password-protected web site, you have to make a decision about how to store user password information securely.

PHP programming >> Database >> webcheatsheet.com
Broken Link | 33 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

PHP: Constants February 10th, 2008

Constants just as variables are used to store information. The main difference between constants and variables is that constant value can not be changed in the process of running program.

PHP programming >> Basics >> webcheatsheet.com
Broken Link | 5 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5