An O'Reilly Book Learning PHP, MySQL & JavaScript
By Robin Nixon (O'Reilly 2009, ISBN 978-0596157135)

Home | About | Buy Paperback / Kindle | Examples | Errata - (Français)

Chapter: 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 E

Chapter 2: Setting Up a Development Server

If you wish to develop Internet applications but don't have your own development server, you will have to upload every modification you make to a server somewhere else on the Web before you can test it. But once you have your own development server, you'll wonder how you ever managed without one, and it's easy to set one up. Just follow the steps in this chapter, using the appropriate instructions depending on whether you have a PC, a Mac, or a Linux system.

There are no examples you can run in this chapter