This book by David Sklar, is a great introduction for those with little or no experience doing web programming (or even programming at all :-). He takes the reader from the basic ideas behind programming for the web using PHP, to the basis of the language, to more complex topics dealing with generation and consumption of content in different formats (e.g. RSS feeds, PDF files, etc.).There are several things I particularly like about this book, one is that it does not shy away from introducing beginners to concepts that initially could be difficult, but are useful and critical in the long run for good web programming. It deals, for example, with multidimensional arrays in a clearly written (albeit a tad short) section of the book, in a chapter explains in good detail the technology and mechanics of web sessions, it even has a chapter that whets the beginner's appetite by giving a taste for what other things can be accomplished using PHP (CLI programming, classes and objects, advanced math, encryption).










