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 » macronimous.com
Score(+): 5 | Views: 280 | Save it | Report it


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 » macronimous.com
Score(+): 7 | Views: 248 | Similar Tuts | Save it | View this tutorial

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 » combined-minds.net
Score(+): 3 | Views: 174 | Similar Tuts | Save it | View this tutorial

Writing Secure PHP

This tutorial is about Advanced issues in PHP security
Security » ilovejackdaniels.com
Score(+): 2 | Views: 135 | Similar Tuts | Save it | View this tutorial

Writing Secure PHP

This tutorial contains some advanced techniques for securing a website
Security » ilovejackdaniels.com
Score(+): 2 | Views: 135 | Similar Tuts | Save it | View this tutorial

Writing Secure PHP

Learn how to avoid some of the most common mistakes in PHP
Security » ilovejackdaniels.com
Score(+): 3 | Views: 229 | Similar Tuts | Save it | View this tutorial

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 » macronimous.com
Score(+): 5 | Views: 290 | Similar Tuts | Save it | View this tutorial

Making Clean URL's

This tutorial is about Using Php and Mod_rewrite
General » slipszenko.net
Score(+): 2 | Views: 153 | Similar Tuts | Save it | View this tutorial

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 » nucleocide.net
Score(+): 3 | Views: 210 | Similar Tuts | Save it | View this tutorial

Remove OBJECT code using PHP

Using PHP to remove OBJECT code and replace it
General » scriptplayground.com
Score(+): 2 | Views: 267 | Similar Tuts | Save it | View this tutorial

View Source Code Page

Write a script that displays the source code of a given URL
General » drquincy.com
Score(+): 3 | Views: 565 | Similar Tuts | Save it | View this tutorial

Randomly Rotate Images - Downloadable Code

This tutorial will explain how to simply randomly rotate multiple banners
General » brendenwilson.com
Score(+): 4 | Views: 161 | Similar Tuts | Save it | View this tutorial

Force a PHP Page to Run In A Secure Enviornment

Learn how to Force a PHP Page to Run In A Secure Enviornment
Security » brendenwilson.com
Score(+): 2 | Views: 189 | Similar Tuts | Save it | View this tutorial

More secure php image upload class

This tutorial shows how to make secure image upload class. Class is very flexible and easy to use.
PHP Files » kreoton.net
Score(+): 4 | Views: 234 | Similar Tuts | Save it | View this tutorial

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 » cagedflame.com
Score(+): 5 | Views: 178 | Similar Tuts | Save it | View this tutorial

Easy PHP Pagination

This is a Full video tutorial explaining basic page numbering
General » sampsonvideos.com
Score(+): 5 | Views: 151 | Similar Tuts | Save it | View this tutorial

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 » developertutorials.com
Score(+): 2 | Views: 178 | Similar Tuts | Save it | View this tutorial

Traverse Directories the Easy Way with Glob() !

Acquiring filenames and directory names has never been so easy.
PHP Files » talkphp.com
Score(+): 3 | Views: 161 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 2 | Views: 139 | Similar Tuts | Save it | View this tutorial

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)
Date and Time » 999tutorials.com
Score(+): 3 | Views: 203 | Similar Tuts | Save it | View this tutorial

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 » egmods.com
Score(+): 2 | Views: 219 | Similar Tuts | Save it | View this tutorial