Best Tutorials website
Latest tutorials

Advertisment

The Ternary Operator: Like If Statements, Just Simplified!

The Ternary Operator: Like If Statements, Just Simplified!

Ternary Conditionals are one of those things in php that can save some time when writing code and possibly make your code easier to read. I think...


Views: 563 | Rating star | by Jason
PHP - Development

Advanced PHP: Using Abstract Classes to Define Rules

Advanced PHP: Using Abstract Classes to Define Rules

The way i visualize this is to think that i am entering into an 'agreement' between me and PHP. In other words, I have defined a list of...


Views: 866 | Rating star | by Troy
PHP - OOP

PHP Captcha - Learn How to Make a Captcha in PHP

PHP Captcha - Learn How to Make a Captcha in PHP

CAPTCHA stands for 'Completely Automated Public Turing test to tell Computers and Humans Apart', which simply means that robots/scripts...


Views: 599 | Rating star | by Jason
PHP - Security

PHP GD Library: Captcha and the Alternatives

PHP GD Library: Captcha and the Alternatives

Most of us have probably encountered a Captcha system on the web in the past few years, sometimes without even knowing it. Captcha systems are...


Views: 562 | Rating star | by Sarah
PHP - Image Manipulation

CMS Tutorial: Part 3: User Authentication

CMS Tutorial: Part 3: User Authentication

The third part covers a class that handles user authentication. This class will be used to implement the login/logout/registration process to...


Views: 638 | Rating star | by Sean
PHP - Content Management

Advanced PHP: Using the Factory Pattern

Advanced PHP: Using the Factory Pattern

The factory method pattern is an object-oriented design pattern. Like other creational patterns, it deals with the problem of creating objects...


Views: 879 | Rating star | by Sean
PHP - OOP

Easy  PHP Private Messaging System

Easy PHP Private Messaging System

This tutorial show you how to make a complete messaging system. This part shows you how to make the inbox, sentbox, compose, view message, and...


Views: 577 | Rating star | by Troy
PHP - Miscellaneous

Monkey PHP: Lets Get More Logical

Monkey PHP: Lets Get More Logical

Discusses PHP logical statements in more depth. Suitable for beginners.


Views: 591 | Rating star | by David
PHP - Introduction to PHP

Password Protect a Page Using PHP

Password Protect a Page Using PHP

Don't want the general public being able to view some pages? Learn how to add a password to them.


Views: 554 | Rating star | by Tutorial
PHP - Security

CMS Tutorial: Part 1: base class

CMS Tutorial: Part 1: base class

Create your own content management system using an OOP approach. The first part covers the base class used to build the CMS.


Views: 626 | Rating star | by Donald
PHP - Content Management

Hide Your Email (Text To Image)

Hide Your Email (Text To Image)

This tutorial help you to hide your email from spammers and show it in Image Format, or Make your Copy righted text in image format. So No Body Can...


Views: 588 | Rating star | by Sean
PHP - Image Manipulation

Effective Geotargeting with PHP

Effective Geotargeting with PHP

In this tutorial, we’ll take a look at the technique of geotargeting, or serving content to users based on their physical location.


Views: 574 | Rating star | by Sarah
PHP - Development

Registration and login process

Registration and login process

The fourth part implements the login, logout, registration process using the class created in the third part


Views: 628 | Rating star | by Donald
PHP - Content Management

Cryptographys Sodium Chloride

Cryptographys Sodium Chloride

All hail the humourous titles. The cryptography definition of salt, as taken from Wikipedia.org, is that salt consists of random bits used as one...


Views: 572 | Rating star | by Slicer
PHP - Security

Monkey PHP: Lets Get Logical

Monkey PHP: Lets Get Logical

Discusses the basics of PHP logical statments such as IF/ELSE.


Views: 630 | Rating star | by Jason
PHP - Introduction to PHP

Global $_SERVER variables

Global $_SERVER variables

Learn how global variables work and when to use them.


Views: 573 | Rating star | by John
PHP - Introduction to PHP

A MEGA Guide to Includes

A MEGA Guide to Includes

This is an advanced tutorial about the Include function in PHP.


Views: 597 | Rating star | by John
PHP - Miscellaneous

Echo and Basic Operators

Echo and Basic Operators

The quick and dirty guide to php goes over Echo and Basic Operators in a really fun manner.


Views: 582 | Rating star | by Donald
PHP - Introduction to PHP

A Look at PHP and MySQL

A Look at PHP and MySQL

Looking over the pros and cons that PHP and MySQL have to offer.


Views: 587 | Rating star | by Sean
PHP - Introduction to PHP

Easy PDG Generation

Easy PDG Generation

I'll show you how to generate PDF files in pure PHP and distribute your content in a single, consistent format.


Views: 595 | Rating star | by Simon
PHP - Miscellaneous