2D Graphics
Audio Editing
Video Editing
In this tutorial, we’ll take a look at implementing this in our CodeIgniter application.
In this in depth “screencast of the week,” I’ll take you through the process of building an authentication system with CodeIgniter.
If you ever need to strip out the HTML or PHP tags from data, PHP gives you a way to do this via the strip_tags() function.
Today, we are going to learn the basics behind hashing and what it takes to protect passwords in your web applications.
Simple random password generator in PHP.
If everybody seems to have a Facebook profile, why not add a one-click user registration? I’ll show you how to do that today.
One crucial part of PHP development practice is always keeping in mind that security is not something you can simply buy off the shelf at your local convenient store.
Data security is important and often undervalued by designers, developers, and clients alike. Since PHP 5.2.0, data sanitization and validation has been made significantly easier with the introduction of data filtering. Today, we're going to take a closer look at these filters, how to use them, and build a few custom functions.
Build Your Own Captcha and Contact Form
Secure Your Forms with Form Keys
-
How to create a basic rating system -
Easy PHP Private Messaging System -
PHP Begginners Tutorial -
Creating a Website Design Templating System Using PHP -
Passing information between pages -
Basics of OOP -
Image Uploading With Auto Thumbnails Using PHP -
Subtract Dates -
Advanced PHP -
Basics of Object Oriented Programming
-
Creating a Simple Quiz Script -
Subtract Dates -
Easily Integrate FCKeditor with MYSQL database -
Easy PHP Private Messaging System -
Advanced PHP -
PHP GD Library Cropping Images whilst Maintaining the Aspect Ratio -
Building Form Applications in Joomla using CK Forms -
Building Feedback Form with php -
Create a zip file from folders on the fly with PHP -
FTP Upload via cURL