Archive for the ‘Mysql’ Category

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 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…