You are here: Home Training PHP Training Courses Individual Modules Relational Database Applications with PHP - 1 Day
Document Actions

Relational Database Applications with PHP - 1 Day

An introduction to some of the facilities available for building database driven web applications


Pre-Requisites:


Content Outline

  • Native database functions (mysql_* and pgsql_*)
  • PearDB 
  • PDO
  • Hints on design and best practice

The exercises attached with this module cover creating a working PHP application with a database backend, which combines functionality covered in the pre-requisites (e.g. form submission) with using a database as a structured data store for a web applications. The exercises cover the usual database operations - namely, creation, updating, retrieval/searching and deletion.

Please note that new programmers with no out-of-course experience would find this module more beneficial spread over 2 days, to encompass more guided exercises.