PHP Encryption Class
Simple PHP encryption class to encrypt/decrypt data. Easy to implement and understand.
PHP cURL functions tutorial
cURL is a library which allows you to connect and communicate to many different types of servers with many different types of protocols. Using cURL you can download files, upload files, login to other websites and submit forms.
PHP Pagination Class
PS_Pagination is a flexible and easy to implement PHP pagination script which can help you split large result sets over multiple pages.
Sending emails in PHP & email injection attacks
Learn to send HTML emails in PHP using the mail() function. Also learn how to prevent email injections or PHP mail form spam.
PHP FTP functions tutorial
Learn to use PHP’s FTP functions to create directories and files and change file mode. Also learn how to write data to configuration files in a more secure way.
