Archive for the ‘PHP Tutorial’ Category

PHP With HTML Forms

Posted on October 9th, 2008, by admin

Introduction

In the last part, I showed you how to use PHP to send e-mail messages using a script. In this part I will continue this and also show you how to use PHP and forms together to make your PHP     read more…

E-mail With PHP

Posted on October 9th, 2008, by admin

Introduction

One of the major uses of a server side scripting language is to provide a way of sending e-mail from the server and, in particular, to take form input and output it to an e-mail address. In this part I     read more…

Tags:

PHP Loops and Arrays

Posted on October 9th, 2008, by admin

Introduction

In the last parts of this tutorial I have showed you how to deal with text and variables in PHP and how you can use IF statements to compare them and to make decisions. In this part I am going     read more…

IF Statements

Posted on October 9th, 2008, by admin

Introduction

Over the past two parts I have shown you the basics of text in PHP and how to store it as variables. In this part of the tutorial I will show you how to use IF statements to make decisions     read more…

Tags:

PHP Displaying Information & Variables

Posted on October 9th, 2008, by admin

Introduction

In the last part of the tutorial I explained some of the advantages of PHP as a scripting language and showed you how to test your server for PHP. In this part I will show you the basics of showing     read more…

Introduction PHP

Posted on October 9th, 2008, by admin

Introduction

Up until recently, scripting on the internet was something which very few people even attempted, let alone mastered. Recently though, more and more people have been building their own websites and scripting languages have become more important. Because of this,     read more…

Tags: , , ,