Basics · Newest PHP Tutorials

Introduction to Cookies and Session Management

This tutorial is an Introduction to Cookies and Session Management
Basics » brainbell.com
Score(+): 2 | Views: 147 | Similar Tuts | Save it | View this tutorial

Learning PHP in simple steps

This tutorial is a MASSIVE and very complete guide to learning PHP
Basics » tutorialspoint.com
Score(+): 3 | Views: 163 | Similar Tuts | Save it | View this tutorial

Introducing the PHP Command Line Interface

In this short article I will introduce you to the PHP Command Line Interface (or CLI for short). PHP CLI allows you to run PHP scripts directly from the command line bypassing the need for a web server.
Basics » talkphp.com
Score(+): 1 | Views: 84 | Similar Tuts | Save it | View this tutorial

Get adsense stats from PHP

Why not let your own script fetch the statistics directly from google adsense reporting site? It's always much easier to have the data locally in your own database, and then create scripts to display the stats in the way you are interested in.
Basics » 11amdesign.com
Score(+): 0 | Views: 60 | Similar Tuts | Save it | View this tutorial

PHP Tutorials

Learn how to Send, Receive Cookies, and Persistent Cookies
Basics » herongyang.com
Score(+): 2 | Views: 122 | Similar Tuts | Save it | View this tutorial

Get actual weather information

In this tutorial I will show you how you can retrive actual weather information from Yahoo Weather and display this information on your own site.
Basics » phptoys.com
Score(+): 2 | Views: 155 | Similar Tuts | Save it | View this tutorial

Number of visitors online system in PHP

Showing the number of visitors online on your website is a very nice feature. For yourself, and also your visitors. In this tutorial you will create a perfect script that does the job.
Basics » combined-minds.net
Score(+): 3 | Views: 163 | Similar Tuts | Save it | View this tutorial

PHP regular expression tutorial

In this article I will show you how to use PHP regular expressions in your own PHP scripts.
Basics » phpf1.com
Score(+): 3 | Views: 157 | Similar Tuts | Save it | View this tutorial

Using Type Juggling/Type Casting to Modify Data Types

We're going to be dealing with type juggling in this article. This is the process of instructing PHP how to handle the value after the type juggling. Type juggling can do absolutely all sorts, from converting integers to floats, arrays to objects, and even strings to binary as of PHP 5.2.1. It can also save you calling various functions and thus making your script quicker!
Basics » talkphp.com
Score(+): 2 | Views: 83 | Similar Tuts | Save it | View this tutorial

Log User Data with PHP & MySQL

Logging user data is a crucial part to any website. See how many visitors fly into your website. This can be used for all sorts of purposes! This tutorial shows you how to do just that by logging all the users in a database. It even shows you how to display them!
Basics » talkphp.com
Score(+): 4 | Views: 127 | Similar Tuts | Save it | View this tutorial

Learn PHP Variables

Learn the different variables types in PHP (string, float, etc), how they are declared, how they can be used in your program and what they can be used for. A quick tutorial for those as well who are making a shift from another language to PHP.
Basics » php-learn-it.com
Score(+): 3 | Views: 136 | Similar Tuts | Save it | View this tutorial

LiveThunder's Server Checker

Is your Server Down? or It's Working Fine? Monitor your server. Ping it automatically and many more features. Learn it today so you don't have to regret later. Enjoy
Basics » livethunder.com
Score(+): 8 | Views: 140 | Similar Tuts | Save it | View this tutorial

Learn numbers in PHP with this video tutorial

This is a video tutorial which can help you to learn numbers in PHP
Basics » phpvideotutorials.com
Score(+): 4 | Views: 163 | Similar Tuts | Save it | View this tutorial

Simple Login-Logout System with MySQL and Authentication

A very basic easy to follow tutorial on creating a login system using sessions with a MySQL database.
Basics » brendenwilson.com
Score(+): 4 | Views: 225 | Similar Tuts | Save it | View this tutorial

Installing Apache, PHP and MySQL on Windows XP

This tutorial explains step by step how to install Apache web server, PHP and MySQL on Windows XP machine.
Basics » sebastiansulinski.co.uk
Score(+): 3 | Views: 140 | Similar Tuts | Save it | View this tutorial