Home
Tutorials
PHP Tutorials
All PHP Tutorials
Ad Management
Counter
Email System
Forum and Guestbook
File Upload
Image Manipulation
Login / Members / Password
Pagination
Encode Script
Refresh / Redirection
Miscellaneous
MySQL
All MySQL Tutorials
Create, Manage Database using phpMyAdmin
Connect to Database
Insert Data
Select Data
Update Database
Delete Database
Order Results
PHP Text Editors
Downloads
PHP, MySQL Books
Web Hosting
PHP Tutorials > encode
Encode PHP Scripts
Convert and protect your PHP scripts to unreadable but still executable. This is a list of tools you can use to protect your PHP code.
Level : easy
Encrypting Password using md5() function
Using md5(); function to make your login system more secure
Level : Intermediate