Archive for the ‘PHP Tutorial’ Category

What is PHP?

Posted on October 9th, 2008, by admin

A PHP file may contain text, HTML tags and scripts. Scripts in a PHP file are executed on the server.

What You Should Already Know

Before you continue you should have a basic understanding of the following:

HTML / XHTML
Some scripting knowledge

If     read more…

PHP and Cookies

Posted on October 9th, 2008, by admin

Introduction

This section of the tutorial covers the use of the PHP scripting language to set and read cookies. Cookies in PHP are not difficult to implement, and there are only two commands that need to be used with them. PHP     read more…

Conclusion PHP/MySQL Tutorial

Posted on October 9th, 2008, by admin

Introduction

Throughout this tutorial I have taught you how to use PHP to interact with a MySQL (or SQL) database and how to use the most common commands available. I have, throughout this tutorial, also shown you how to create a     read more…

Php/Mysql Updating & Deleting Records(Rows)

Posted on October 9th, 2008, by admin

Introduction

So far you have learnt how to put information into your MySQL database, view the information in it and select which information you would like to view. In this part I will show you how to do the two final     read more…

Php/MysqlSingle Records & Error Trapping

Posted on October 9th, 2008, by admin

Introduction

In the past two parts of this tutorial I have shown you how to take data out of the database and display it on screen. In this part I will enter into the final aspect of this data displaying, selecting     read more…

Php/Mysql Outputs

Posted on October 9th, 2008, by admin

Introduction

Throughout this tutorial you have learnt how to create a database and table, insert information and display the database information. In this part I will show you more ways of displaying and outputting the information in the database.

Formatting Output

In the     read more…

Php/Mysql Displaying Data In HTML Forms

Posted on October 9th, 2008, by admin

Introduction

So far in this tutorial, you have created a database and put information into it. In this part I will show you how to create an input page for your database, and how to display the whole contents.

HTML Input

Inputing the     read more…

Php Mysql Inserting Information

Posted on October 9th, 2008, by admin

Introduction

Over the past two parts I have explained what I am planning to do in this tutorial and have shown you how to create a database to use with the tutorial. In this part I will be showing you how     read more…

PHP/MYSQL Setting Up The Database

Posted on October 9th, 2008, by admin

Introduction

Before you actually start building your database scripts, you must have a database to place information into and read it from. In this section I will show you how to create a database in MySQL and prepare it for the     read more…

Conclusion on Php/Mysql

Posted on October 9th, 2008, by admin

Introduction

In the past 6 parts of this tutorial I have shown you the basics of writing PHP. In this final part I will show you a few small things which don’t really warrant a section of their own.

Comments

As with any     read more…