Web Development for Intermediate Programmers - with PHP

This book is intended for people who wish to learn PHP and already know basic programming fundamentals (ex. you know what a variable is, and the concept of an IF statement).

Web Development for Intermediate Programmers - with PHP

This book provides a step-by-step tutorial giving instructions on how to build a database-driven web-based application using PHP and jQuery. Along the way, the author explains why specific techniques were chosen and incorporates "usability" tips.

This book is intended for those with a basic understanding of coding, however the first section of the book provides a foundation for beginners.

This book is divided into four parts:

  1. Basic Concepts: a summary of how HTML, JavaScript, CSS, and PHP work together. Also a review of database fundamentals.
  2. Building an App: creating database tables – and then reading/writing contents.
  3. Ajax (using jQuery) - "advanced" coding techniques to change sections of a web page.
  4. Other Useful Tips – several tips/tricks the author has learned.

The author shares personal best practices based on his 15+ years experience in PHP and web development.

For the more technical readers: this book covers relational databases taking a functional/procedural style coding approach (i.e. not using object-oriented).

Preview Sample Chapters Buy the book on Amazon Download Source Code on GitHub

Table of Contents