In this tutorial, i will teach you how to make a basic php program.. Mainly how to print output from a php script... I hope you will enjoy using PHP as much as i have, and that you will NEVER use ASP again (if you ever have).
PHP Basics PHP / Getting Started
You will learn simple (but good) tutorial on some of the basics of PHP: 1. Conditions (if statements), 2. Loops and 3. Basic Functions.
Introduction to WML, Apache, and PHP PHP / Mobile Devices
This article covers the basics of wml, how to set up your apache server, and php. Covering the basics allows you to set up this environment and then learn the rest on your own.
Introduction to PHP PHP / Getting Started
This tutorial was written to introduce you to PHP, it assumes you know nothing about programming at all, starts with the very basics and slowly guides you through some of the concepts of PHP programming.
Databases in PHP - MySQL in PHP PHP / Databases
Having studied database basics and taken a look at the Structured Query Language, it's time to dig in. Now we take a look at the use of MySQL in PHP.
Introduction to PHP Functions PHP / Functions
Functions are a very important part of PHP and it is probably safe to say that they are used in every single script. This tutorial will guide you through the basics of PHP functions to creating your own to do specific tasks.
Basics of PHP PHP / Getting Started
Welcome to the first PHP Tutorial, we shall help you from your first small script to be able to editing some of the biggest scripts around. We hope to be able to teach you in a format of you being able to take each lesson one at a time. Do not try and learn it all in one period.
Basic Sessions Tutorial with Register Globals Switched Off PHP / Sessions and Cookies
we're going to show you how you can make use of php sessions easily and quickly. we assume that you are familiar with the basics of php. the php session page and function list can be found here. you should have register globals switched off in your php configuration and for sessions not to use cookies.
Starting With PHP PHP / Getting Started
Functions, arrays, superglobals and much much more. PHP can seem like an extremely complex thing at first, but in this beginners tutorial you will learn the basics of this incredibly popular language, and hopefully understand enough to be able to keep on learning.
PHP & Java PHP / Miscellaneous
The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the power of all available Java classes. To show you the basics of the Java extension, this article will cover installation and a few code examples of using PHP and Java together.