Author Archive

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…

Introduction to PHP/MySQL Tutorial

Posted on October 9th, 2008, by admin

Introduction

For many people, the main reson for learning a scripting language like PHP is because of the interaction with databases it can offer. In this tutorial I will show you how to use PHP and the MySQL database to     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…

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…