PHP Tutorial
Macronimous - Writing clean, secure and easy to maintain PHP code
Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
Basics »
Top 20 Similar PHP Tutorials
Macronimous - The need for PHP code refactoring
Refactoring is changing of complex and complicated programming codes into simple and confusion-less ones, thereby restructuring the complete set of codes into easily readable formats, without any change in the output or functionality.Refactoring does not include fixing of glitches or including of new functionalities or practices to the existing set of codes.
Basics »
How to make clean and readable code in PHP
Keeping your code clean is essential. Therefore Combined Minds will give you some handy tips to increase readability in this tutorial. A must-read for all beginning PHP coders.
Basics »
Writing Secure PHP
This tutorial contains some advanced techniques for securing a website
Security »
Macronimous - Codeigniter for PHP application development
With many software frameworks available online nowadays, with many pros and cons on their side, it has become very important to check out complete details of these frameworks before applying them. Amongst the various kinds of software frameworks, the PHP Framework is more popular nowadays.
Basics »
How to safely clean user data
Using regular expressions to clean data can ensure that you will not get any sort of MySQL injections.
Security »
Randomly Rotate Images - Downloadable Code
This tutorial will explain how to simply randomly rotate multiple banners
General »
Force a PHP Page to Run In A Secure Enviornment
Learn how to Force a PHP Page to Run In A Secure Enviornment
Security »
More secure php image upload class
This tutorial shows how to make secure image upload class. Class is very flexible and easy to use.
Build up a function to secure a text box for your forms
Learn more about Building up a function to secure a text box for your forms
General »
Easy PDG Generation in PHP
In this tutorial, I'll show you how to generate PDF files in pure PHP and distribute your content in a single, consistent format.
Basics »
Traverse Directories the Easy Way with Glob() !
Acquiring filenames and directory names has never been so easy.
Generating a Range of Numbers the Easy Way
After Haris' mention of the PHP function range(), I thought the kindest thing to do would be to give it a proper introduction. So here is that introduction!
Range is native PHP function that takes 2 compulsory arguments and 1 optional argument (As of PHP 5.0.0 which defaults to 1) and returns an array. Seem ever so simple? Well it is! The 3 arguments the function can accept are as follows...
Basics »
Yesterdays date, the easy and hard way in PHP
Dates can be hard to work with in PHP, here we learn you the simple way of getting yesterdays date (and other dates relative to today)
Easy PHP Private messaging system
This is just a simple easy to make private messaging system. It has an inbox, sent page, compose, view message, delete, and an inbox limit to make sure it doesn't get too full. All the basics you need for a private messaging system.
Database »






