Advertisment
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...
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 | | by Troy
PHP - OOP
CAPTCHA stands for 'Completely Automated Public Turing test to tell Computers and Humans Apart', which simply means that robots/scripts...
Views: 599 | | by Jason
PHP - Security
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...
The third part covers a class that handles user authentication. This class will be used to implement the login/logout/registration process to...
The factory method pattern is an object-oriented design pattern. Like other creational patterns, it deals with the problem of creating objects...
Views: 879 | | by Sean
PHP - OOP
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...
Discusses PHP logical statements in more depth. Suitable for beginners.
Don't want the general public being able to view some pages? Learn how to add a password to them.
Views: 554 | | by Tutorial
PHP - Security
Create your own content management system using an OOP approach. The first part covers the base class used to build the CMS.
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...
In this tutorial, we’ll take a look at the technique of geotargeting, or serving content to users based on their physical location.
The fourth part implements the login, logout, registration process using the class created in the third part
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 | | by Slicer
PHP - Security
Discusses the basics of PHP logical statments such as IF/ELSE.
Learn how global variables work and when to use them.
This is an advanced tutorial about the Include function in PHP.
The quick and dirty guide to php goes over Echo and Basic Operators in a really fun manner.
Looking over the pros and cons that PHP and MySQL have to offer.
I'll show you how to generate PDF files in pure PHP and distribute your content in a single, consistent format.