Basics · Newest PHP Tutorials
The basics of MySQL and showing the contents of a database table
This tutorial teaches you the basics of MySQL and shows the contents of a database table.
Basics »
Creating a user login and registration system.
In this tutorial we will teach you how to create a basic and simple user login and registration system for your website.
Basics »
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 »
Surviving 100,000 instant Visitors on a Budget
This tutorial describes what I did to cope with a spike of 100,000 visitors, keeping my server up throughout the entire day.
Basics »
Random Number Generator with PHP Rand, Srand Functions
Learn quick PHP functions which allow for the selection of pseudo-random numbers out of the generator. See how to implement different options based upon the results of the number, and view a table with descriptions and usage examples of the functions involved.
Basics »
The Intermediates of PHP
Learn some basic to intermediate PHP skills using this tutorial, well written and lots of information. Everyone can benefit from this tutorial!
Basics »
An introduction to conditional statements
In this tutorial you will learn about conditional statements, the if- and switch-statements.
Basics »
LiveThunder's Link Checker
Tired of checking of links on ur page are working manually? That can take hours. why waste your time when u can make this superb automatic link checker. enjoy!
Basics »
Pretty URLs - a guide to URL rewriting
Introduction to the use of mod_rewrite for more search engine and user friendly URLs
Basics »
How to: Writing to files in PHP
Tutorial covers different scenarios and methods of writing text to a file in PHP...
Basics »
Introduction to PHP
This tutorial is an Introduction to PHP and after studying this tutorial you will be able to write a Hello World program.
Basics »






