PHP FAST & EASY (1e) // TABLE OF CONTENTS

INTRODUCTION

PART I: GETTING STARTED

Chapter 1: Installing and Configuring MySQL

Chapter 2: Installing Apache

Chapter 3: Installing PHP4

PART II: THE ABSOLUTE BASICS OF CODING IN PHP

Chapter 4: Mixing PHP and HTML

Chapter 5: Introducing Variables and Operators

Chapter 6: Using PHP Variables

PART III: START WITH THE SIMPLE STUFF

Chapter 7: Displaying Dynamic Content

Chapter 8: Sending E-Mail

Chapter 9: Using Your Filesystem

Chapter 10: Uploading Files to Your Web Site

PART IV: GETTING TO KNOW YOUR DATABASE

Chapter 11: Establishing a Connection and Poking Around

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: APPENDICES

Appendix A: Additional Configuration Options

Appendix B: Essential PHP Function Reference

Appendix C: Basic MySQL Reference

Appendix D: Getting Help

Appendix E: What's on the CD-ROM

back to main page