PHP5 FAST & EASY WEB DEVELOPMENT // TABLE OF CONTENTS

INTRODUCTION

PART I: GETTING STARTED

Chapter 1: Installing and Configuring MySQL

Chapter 2: Installing Apache

Chapter 3: Installing PHP

PART II: THE ABSOLUTE BASICS OF CODING IN PHP

Chapter 4: Mixing PHP and HTML

Chapter 5: Introducing Variables and Operators

Chapter 6: Using Variables

PART III: START WITH THE SIMPLE STUFF

Chapter 7: Displaying Dynamic Content

Chapter 8: Sending E-Mail

Chapter 9: Using Your File System

Chapter 10: Uploading Files to Your Web Site

PART IV: GETTING TO KNOW YOUR MYSQL DATABASE

Chapter 11: Establishing a Connection

Chapter 12: Creating a Database Table

Chapter 13: Inserting Data into the Table

Chapter 14: Selecting and Displaying Data

PART V: USER AUTHENTICATION AND TRACKING

Chapter 15: Database-Driven User Authentication

Chapter 16: Using Cookies

Chapter 17: Session Basics

PART VI: CREATING YOUR OWN CONTACT MANAGEMENT SYSTEM

Chapter 18: Planning Your System

Chapter 19: Adding Contacts

Chapter 20: Modifying Contacts

Chapter 21: Deleting Contacts

Chapter 22: Working with Contacts

PART VII: ADDITIONAL PROJECT EXAMPLES

Chapter 23: Managing a Simple Mailing List

Chapter 24: Creating Custom Logs and Reports

Chapter 25: Working with XML

PART VIII: APPENDICES

Appendix A: Additional Configuration Options

Appendix B: Basic PHP Language Reference

Appendix C: Writing Your Own Functions and Objects

Appendix D: Database Normalization and MySQL Reference

Appendix E: Using SQLite

Appendix F: Getting Help

back to main page