Basics · Newest PHP Tutorials

Simple PHP Hit Counter

Learn some of the basics of PHP by starting off with a simple hit counter
Basics » tutorialmonkey.com
Score(+): 5 | Views: 237 | Similar Tuts | Save it | View this tutorial

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

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

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

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

PHP - The absolute basics

Learn the absolute basics of programming PHP.
Basics » tutorials.birdy.nu
Score(+): 2 | Views: 112 | Similar Tuts | Save it | View this tutorial

For Loops

This tutorial will allow you to make a really easy number selecting dropdown menu, using PHPs for() loop.
Basics » dalehay.com
Score(+): 2 | Views: 97 | Similar Tuts | Save it | View this tutorial

Sanitisation and Validation in PHP

Sanitisation and Validation are important terms to understand when writing PHP applications.
Basics » zymic.com
Score(+): 3 | Views: 104 | Similar Tuts | Save it | View this tutorial

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

PHP Beginners Guide

Get a basic understanding of PHP and some basic code examples.
Basics » visualdesigncore.com
Score(+): 1 | Views: 101 | Similar Tuts | Save it | View this tutorial

Remembering Users with Cookies and Sessions in PHP

This tutorial helps you to know more about Cookies and Sessions in PHP
Basics » brainbell.com
Score(+): 2 | Views: 93 | Similar Tuts | Save it | View this tutorial

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

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

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

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