Basics · Newest PHP Tutorials
Simple PHP Hit Counter
Learn some of the basics of PHP by starting off with a simple hit counter
Basics »
PHP Simple login script tutorial
Learn to create a simple login system with php + mysql script, this tutorial easy to follow, teach you step by step.
Basics »
PHP 101 - PHP For the Absolute Beginner
This area is intended for everyone new to PHP. It opens with a series of informal, entertaining tutorials written by Vikram Vaswani, founder and CEO of Melonfire
Basics »
PHP Debugging with Zend Studio
In this tutorial, we will explore how to use the latest update of Zend Studio for debugging PHP scripts. But first, we will get an overview of the product, its various editions, the system requirements for running it, and other installation considerations.
Basics »
Beginners mod_rewrite Tutorial
This tutorial will teach you how to:
1. Get mod_rewrite up and running
2. Rewrite URLS for cleaner addresses and better SEO
with a PHP example.
Basics »
Sanitisation and Validation in PHP
Sanitisation and Validation are important terms to understand when writing PHP applications.
Basics »
Using the Internal Array Pointers to Access Elements in Arrays
The native array pointer functions in PHP allow you to traverse an array without actually referring to specific array elements. They can be particularly useful if you're using an associative array and wish to use the first element in the array. An internal array pointer, in PHP, is fundamentally an invisible pointer that points to a particular record in an array.
Basics »
Remembering Users with Cookies and Sessions in PHP
This tutorial helps you to know more about Cookies and Sessions in PHP
Basics »
Login - Logout with a Session in one file with PHP
Learn how to create a file for Login and Logout (PHP + MySQL) using with a SESSION variable
Basics »
PHP create surveys
A php/mysql do your own survey tutorial to help you find the best answers to your questions directly from your visitors.
Basics »
Creating a Simple Currency Converter with Automatic Symbols
If you're from the UK then you'll appreciate this preface. If you're not then don't worry because I'll be doing the script from a USD perspective to satisfy the majority! Today we'll be making a currency converter, and as is common on Blue Peter, I'll be throwing bits of code at you like - here's one I made earlier! Basically what we'll be creating is a converter that automatically prepends the currency symbol to the front of the value and then works out the value in the currency that we specify
Basics »
Defining your World: All About Constants
I still remember the time I was a PHP beginner, these little constant things were always a source of confusion. I remember attempting to overwrite their values like you do with variables and being presented with an unfriendly error. What on earth could their use be?
Basics »






