PHP for the World Wide Web (Visual QuickStart Guide)
Use the Amazon App to scan ISBNs and compare prices.
There is a newer edition of this item:
Takes an easy, visual approach to teaching PHP scripting, using pictures to guide you through the language and show you what to do.
Works like a reference book--you look up what you need and then get straight to work.
No long-winded passes--concise, straightforward commentary explains what you need to know.
Companion Web site contains complete source code for examples in the book, online resources, updates, and more.
Affordable--perhaps the least expensive PHP book you'll find! PHP: VQS Companion Web Site
Chapter 1: Getting Started With PHP Basic Syntax Sending Data to the Browser Testing Your Script Sending Text to the Browser Sending HTML to the Browser Using White Space in PHP (and HTML) Adding Comments to Your Scripts
Chapter 2: Variables What are Variables? Variable Syntax Types of Variables Assigning Values to Variables Predefined Variables
Chapter 3: HTML Forms and PHP Creating a Simple Form Using Get or Post Receiving Data from a Form in PHP Inputting Data Manually
Chapter 4: Using Numbers Adding, Subtracting, Multiplying, and Dividing Formatting Numbers Incrementing and Decrementing a Number Using Multiple Operators Using Built-in Mathematical Functions
Chapter 5: Using Strings Trimming Strings Connecting Strings (Concatenation) Encoding and Decoding Strings Encrypting and Decrypting Strings Pulling Out Parts from a String
Chapter 6: Control Structures The If Conditional More Operators Using Else Using Elseif The Switch Conditional The While Loop The For Loop
Chapter 7: Using Arrays Creating an Array Adding Items to an Array Accessing Array Elements Sorting Arrays Transforming Between Strings and Arrays Creating an Array from a Form Creating Multidimensional Arrays
Chapter 8: Regular Expressions What are Regular Expressions? Defining a Simple Pattern Matching Patterns Defining More Complicated Patterns Matching and Replacing Patterns
Chapter 9: Creating Functions Creating and Using Simple Functions Creating and Calling Functions that Take Arguments Creating and Using Functions that Return a Value Variables and Functions
Chapter 10: Files and Directories File Permissions Writing to Files Reading from Files Directories Handling File Uploads Renaming and Deleting Files and Directories
Chapter 11: Databases Connecting to and Creating a Database
Creating a Table Sending Data to a Database Retrieving Data from a Database
Chapter 12: Cookies Creating and Reading from Cookies Adding Parameters to a Cookie Deleting a Cookie
Chapter 13: Creating Web Applications Using include and require Determining the Date and Time Using http Headers Sending Email
Chapter 14: Debugging Common Errors Error Reporting and Logging Debugging Detective Work Using the Die Statement
Appendix A: Installation and Configuration Installing on a Linux Server Installing on a Windows 2000 Server Configuration
Appendix B: Security Cryptography and SSL Writing Secure PHP Security Resources
Appendix C: PHP Resources The PHP Manual Web Sites and Newsgroups Database Resources Advanced Topics Tables
Editorial Reviews
From the Author
The book covers the very fundamentals of PHP programming, including: regular expressions, connecting to a database, sending e-mails, and more. Certain topics (such as Object Oriented Programming and sessions) aren't covered but references will take you to where you can learn more, should you feel that's necessary.
The text is well supported by its accompanying Web site where you'll find: all the scripts up-to-date and downloadable; a listing of any corrections; over 100 links to different PHP-related topics; latest news; and more! The author currently answers every email he receives and attempts to support the readers as much as possible.
PHP for the World Wide Web: Visual QuickStart guide aims to be the best beginner's guide to PHP in terms of practical knowledge, clear demonstrations, author support, and price!
About the Author
I'd like to read this book on Kindle
Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Product details
- Publisher : Peachpit Pr (March 1, 2001)
- Language : English
- Paperback : 304 pages
- ISBN-10 : 0201727870
- ISBN-13 : 978-0201727876
- Item Weight : 1.04 pounds
- Dimensions : 0.75 x 7 x 8.75 inches
- Best Sellers Rank: #6,770,688 in Books (See Top 100 in Books)
- #2,744 in JavaScript Programming (Books)
- #9,092 in Web Design (Books)
- #14,793 in Computer Programming Languages
- Customer Reviews:
Customer reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
PHP is very similar to other languages and my programming background made learning PHP much easier. However, this book's approach and working examples should serve as an excellent tutorial for beginners as well as programmers. Keep in mind that the book is designed to give you a working knowledge of the language and is not a comprehensive course on PHP programming. After reading the book, however, you will be in a much better position to continue your PHP education through PHP's homepage (PHP.net), learning additional functions and techniques as your projects dictate (and as the PHP language continues to grow).
(To me, the chapter on databases alone was worth the price of the book. PHP is amazing when it comes to building web-based applications around databases and this book gives you what you need to get started as well using files and directories, cookies and even an intro on creating web applications.)
This book will teach you how to create forms and handle user input in a variety of ways with simple files as well as mySQL databases and, use cookies, and to a limited extent, encrypt data. Like every other "programming" book, it touches on control structures (loops, conditionals, etc.). What it doesn't cover, it gives a brief explanation of with a list of valuable resources. With half a brain and a basic knowledge of HTML, you will without a doubt be able to create a web site with a password protected login, personalized settings and a searchable database.
While this is currently the first PHP book I've read, it's the *only* book I've ever read that truly got me up and running in a few days. If you have any interest whatsoever in PHP, BUY THIS BOOK FIRST. I just ordered the Advanced book and I can't wait to get it!
I can't say enough about the author, too. He definitely believes in "service after the sale." He has a help forum on his publisher's web site ([...] and he personally and promptly responds to many of the postings--he responded to one of my postings an hour later! This is particularly amazing since he must be flooded with requests for help via the forum and e-mail.
Want to create an online form using PHP? This book walks you through a project that does just that.
Want to figure out how arrays work in PHP? You can jump to that section, and migrate your own programming knowledge over to the PHP environment.
PHP (and, for that matter, HTML) programming is a little counterintuitive , particularly if you have previous experience in other languages. This book makes the move a lot easier!
Again, my review is from the standpoint of someone with experience in programming. However, the approach that the book takes - walking you step-by-step through practical examples - probably would work really well for those who are new to programming, too.
I bought it along with the companion book on PHP and MySQL ( PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition) (Visual QuickPro Guide) ), which turned out to be a great idea - both are getting dog-eared as I build a website using dynamic content.
A great book, well worth purchasing!

