Martin's Test page only

(no css or javascript, just plain HTML)    back to MartinFrancis.org

A list of links of the exercises from the book

Heads First PHP and MySql

Chapter 1

In this chapter data that is entered in the form. When submit is chosen a reply page is generated and the data is then emailed to me.

Chapter 2

The form data is now adding to the database rather than being emailed

Chapter 3

Chapter 4

Forms in previous chapters may not work now because I have changed the passwords

that finishes chapter 4!! August 2010

Chapter 5

Chapter 5 is about uploading images along with the associated validation. That is checking for image size and type, plus sending the image on the right path.

If you want to access these pages you will have to ask for the username and passwords.

that finishes chapter 5!! 7th September 2010

Chapter 6

Chapter 6 is about adding security using headers. Also preventing SQL injection within HTML forms.

If you want to access these pages you will have to ask for the username and passwords.

that finishes chapter 6!! 9th September 2010

Chapter 7

Chapter 7 is about sessions and cookies using a social networking site as an example. Plus SHA().

Finished 14th September 2010.

Chapter 7.5

Chapter 7.5 is about using includes for templating.

Finished 14th September 2010.

Chapter 8

Chapter 8 is about JOINing database tables and making them normal. Schemas and diagrams, Normalisation, Foreign Key.

Finished 20th September 2010.

Chapter 9

Chapter 9 is about Search box, custom functions, substring, string replace, LIKE and LIMIT, case switching, pagination

Finished 27th September.

Chapter 12

Chapter 12 is about RSS and XML

In progress September 2010.