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

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 » combined-minds.net
Score(+): 5 | Views: 263 | 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

Basic Variables

Learn the basics of one of the most important parts of PHP!
Basics » evogfx.com
Score(+): 2 | Views: 105 | Similar Tuts | Save it | View this tutorial

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

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

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

An introduction to conditional statements

In this tutorial you will learn about conditional statements, the if- and switch-statements.
Basics » tutorials.birdy.nu
Score(+): 3 | Views: 101 | Similar Tuts | Save it | View this tutorial

Introduction To Learning PHP

Learn PHP In A Series Great For Newbies
Basics » combined-minds.net
Score(+): 2 | Views: 120 | Similar Tuts | Save it | View this tutorial

My first PHP page

In this tutorial you will learn how to create your first PHP page
Basics » phptutorial.info
Score(+): 2 | Views: 120 | Similar Tuts | Save it | View this tutorial

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

Pretty URLs - a guide to URL rewriting

Introduction to the use of mod_rewrite for more search engine and user friendly URLs
Basics » roscripts.com
Score(+): 1 | Views: 128 | Similar Tuts | Save it | View this tutorial

PHP Basics

Learn about a Predefined Variable
Basics » stealth-designs.com
Score(+): 2 | Views: 136 | Similar Tuts | Save it | View this tutorial

How to: Writing to files in PHP

Tutorial covers different scenarios and methods of writing text to a file in PHP...
Basics » php-learn-it.com
Score(+): 2 | Views: 157 | Similar Tuts | Save it | View this tutorial

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