Location:  Home » Software Book » PHP & MySQL: Your visual blueprint for creating dynamic, database-driven Web sites  

PHP & MySQL: Your visual blueprint for creating dynamic, database-driven Web sites

PHP & MySQL: Your visual blueprint for creating dynamic, database-driven Web sitesAuthor: Janet Valade
Publisher: Visual
Category: Book

List Price: $29.99
Buy New: $13.99
as of 9/7/2010 10:55 CDT details
You Save: $16.00 (53%)

Qty 1 In Stock


New (32) Used (13) from $13.99

Seller: new_books_today
Rating: 3.5 out of 5 stars 8 reviews
Sales Rank: 163293

Media: Paperback
Pages: 307
Number Of Items: 1
Shipping Weight (lbs): 1.4
Dimensions (in): 9.1 x 7.3 x 0.9

ISBN: 0470048395
Dewey Decimal Number: 005.133
EAN: 9780470048399
ASIN: 0470048395

Publication Date: September 14, 2006
Availability: Usually ships in 1-2 business days

Similar Items:


Editorial Reviews:

Product Description
"The expertise, thought, and effort that go into each book are obvious, and I sincerely appreciate your efforts. Keep up the wonderful work!"
--Tracey Moore (Memphis, TN)

Welcome to the only guidebook series that takes a visual approach to professional-level computer topics. Open the book and you will discover step-by-step screen shots that demonstrate over 140 key techniques using PHP amd MySQL, including:
* Configuring Apache to process PHP code
* Working with character strings
* Creating, sorting, and comparing arrays
* Defining and using functions
* Finding and replacing substrings
* Querying databases and retrieving data
* Stopping and starting the MySQL server
* Adding dynamic check boxes
* Sending new Web pages to a browser

Extra / Apply It
* High-resolution screen shots demonstrate each task
* Succinct explanations walk you through step-by-step
* Two-page lessons break big topics into bite-sized modules
* "Apply It" and "Extra" sidebars highlight useful tips



Customer Reviews:
Showing reviews 1-5 of 8



5 out of 5 stars Great Book   February 17, 2007
Edward K. Njenga (Oxnard, CA,States)
2 out of 2 found this review helpful

This book is great if you need a quick and easy setup and understanding. Unlike other authors; this one includes alot of pictorials of the results. The book should take atleast 2-3 days to complete with understanding of how PHP and MYSQL function.


5 out of 5 stars Learn to create a dynamic website   December 23, 2006
Diane Cipollo (Editor at BellaOnline.com)
6 out of 8 found this review helpful

Keeping a good PHP and MySQL reference next to your computer, such as this book by Janet Valade, will make your programming job faster and easier. What makes this book such a handy resource is the way it is organized. The professional programmer can use it to find information quickly and it is also nice for the novice. The book covers each aspect of creating a dynamic website in short, concise chapters and therefore does not overwhelm those just learning to program in PHP and MySQL. Besides the easy-to-follow explanations of the code, the author also includes Apply It and Extra sections which give practical examples of how to use the code in everyday applications.

In the first part of the book, the author walks you through the installation and configuration of PHP, MySQL and Apache on your system. Next Valade covers the basics of PHP such as how to add PHP code to your HTML webpage and how to use PHP to generate dynamic HTML webpages. Then, you are introduced to variables and data types. Once the basics are mastered, you are ready to advance to arrays, multi-dimensional arrays, conditionals and loops. One of the most efficient ways to program in any language is to write your code once and use that same piece of code each time you need it. The author shows you how to write PHP code in a way that it can be reused via functions and include statements. From this point, Valade discusses the built-in PHP functions.

MySQL is the most popular database for working with PHP and Valade covers all the basics of creating and manipulating MySQL databases. She also discusses the administrative tasks such as dealing with accounts, passwords and backing up your database. The most popular method of collecting information to be stored in your database is to use an HTML web form. You can hard code a simple form such as a login form but suppose you need to create a custom form based on the changing data in your database. Valade shows you how to dynamically generate the fields that will make up the form. Next, she covers how to validate and clean user input data before you send it to be stored in your database.

Valade leaves the most advanced topics to the end of the book. A few years ago, the topic of object-oriented programming was not included in a book like this one. Now, it would be remiss to not cover this topic. The author discusses the basics of OOP in PHP including objects, classes, properties and methods. She also discusses PHP cookies and sessions which are used to pass information from one webpage to another, such as in a shopping cart application.

Janet Valade is a programmer and technical writer. She is the author of several books including PHP and MySQL Everyday Apps for Dummies, Spring into Linux, PHP 5 for Dummies and PHP and MySQL for Dummies.



4 out of 5 stars Your friendly blueprint PHP & MySQL book   November 5, 2007
Lady Lana
9 out of 9 found this review helpful

[...]
First of all I want to confess that I'm absolutely new to PHP and specially to MySQL. I made some try to understand PHP from some books from home library, but there're too advanced for me. In this book I found exactly what I was searching for.

There is no required knowledge level for using this book, but I would recommend it to beginners and intermediate users. For beginners it will be fast and easy PHP & MySQL reference, and for intermediate users it will be excellent book to remind them of all the things they forgotten (and more possibly to bring new stream in their knowledges).

I imagine this book would be useful to people who have no programming experience at all as this book covers basic programming concepts (which are the same in all programming languages) like variables, loops, and arrays, in great detail. Code in this book is for PHP 5 that is currently the latest version of PHP. I know that some companies in the world still stuck on PHP 4. So maybe this book will be helpful to people who wanna take quick overview of interaction of PHP5 and MySQL. I think some people would agree with me that jumping right away from version 4 to version 6 is not very convenient.

This is without a doubt a technical book and such books need to be written with simple language to be ready to everybody's grasp. This book is written with simple language and is very friendly. The book is full of short examples and I liked this book because of its simplicity.

Nobody stays behind as there are clarifications for Windows, Linux and Mac OS X users, so everybody stays satisfied. The detailed chapters on installation and configuration of Apache, PHP, and MySQL for all Windows, Linux and Macintosh are walking the reader through the complex process step by step, giving very clear instructions, explaining the reasons for the recommended configuration choices.

As it says on the cover: "Your visual blueprint for creating dynamic, database-driven Web sites". Book is printed on good quality paper and the most important this pages are not "busy" with a lot of information - inside you find many screenshots for every step you make, so you could have more control over your every action (step).

On a companion website you can download all codes for this book and get more information about author (also review table of content). Compressed .zip file with codes takes about 61kb on your hard disk and 532 kb unzipped. In case of interest you can first download code files and then order a book.



4 out of 5 stars Would recommend   August 23, 2007
A. Zhang
This book has very high visual appeal, and would actually make a beginner like me want to learn the material covered in this book. The book is well organized (every chapter begins with a few paragraphs explaining the objective of the chapter, then follows with 1-2 pages of learn-by-example), although some of the information regarding MySQL and PHP setup are a bit outdated and confusing. The pictorial examples are clear and readable, although I can see how someone would think they are too small. Overall, I would recommend this book the most to those with little to no scripting experience, as it may move a bit slow for those with a lot of programming or scripting experience.


3 out of 5 stars A disappointment   April 29, 2007
Billy L. Hallman (Wilsonville, OR)
4 out of 4 found this review helpful

Well, I have read acouple of Janet Valades publications and for the most part they are great. This book was not so great. It was really a waste of my money.

This book is just like the rest of the "Visual Blue Print" series, in that, There is way to much going on visually and not enough subject documentation.

If for some stange reason you cannot learn simply by reading a book, this Visual book wont help you either;The picture are to small.

Janet Valades is a wonderful writer, she just need to stray away from the Visual book publications.


Showing reviews 1-5 of 8


Subcategories
Languages & Tools
Ajax
Assembly Language Programming
Borland Delphi
C#
CSS
Compiler Design
Compilers
Fortran
Lisp
Prolog
Python
Visual Basic
XHTML
XML
Paperback
Mass Market
Trade