| Books | |||||
|---|---|---|---|---|---|
|
| DVD | |||||
|---|---|---|---|---|---|
|
| Music | |||||
|---|---|---|---|---|---|
|
| Buying Tools | |||
|---|---|---|---|
|
| How to Order |
|---|
| You can either browse our store directories or search the item you want to know. You can search using keywords, title, publisher, ISBN, artist, and so on. If you see the item you want, click Add to Shopping Cart. After that, you can either Continue Shopping or Proceed to Checkout. After clicking Proceed to Checkout, you can simulate your total charges based on your preferred shipping method and enter the shipping address. When you are done, you will receive instruction where to send your payment and you're done! Simple, isn't it? |
|
|
Home
Books : Beginning PHP and MySQL 5: From Novice to Professional, Second Edition (Beginning from Novice to Professional)
Back
Save $10.00 when you spend $50.00 or more on Qualifying Items offered by Amazon.com. Enter code BMLSAVES at checkout. Click to Display
Binding: Paperback
Dewey Decimal Number: 005.133
EAN: 9781590595527
Edition: 2
ISBN: 1590595521
Label: Apress
Manufacturer: Apress
Number Of Items: 1
Number Of Pages: 952
Publication Date: January 23, 2006
Publisher: Apress
Studio: Apress
Accessories:
Editorial Review:
Product Description:
Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.
The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.
Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5�specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.
Rating:
- Not much recommended
The book is more a glossary of terms that are in the php manuals. I could not benefit from any effort (except on a couple of occasions where something is described in full) that could have been devoted to trying to translate theory into the things you really need to know when actually doing anything you want, such as a search form that contains several select lists that are linked and that you want to pass the selected values to a database to retrieve results etc. You are not going to find an answer ... Read More
Rating:
- One of the bestcomputers books
When i purchased this book, I was expecting a Computer book. To my surprise
the book i purchased contained all the information that i was interested in learning(PHP, MySQL, database) as well as provided a great reading experience.
This book is very interactive and fun to read. The author makes you feel part of the learning process and guides you through learning effectively not only about PHP,MySQL and many tricks of the trade, but also about a lot of other stuff that you most likely ... Read More
Rating:
- Reads like reference, not very interesting, too long for not much.
I have first started off programming PHP since 2002 and have built small websites here and there and mostly just 'web tools'. Since it has been some time since I really coded in PHP I decided to get a start from scratch book again, although knowing I still have the basics down. I believe this book is a drag-on, taking up more pages than it should, wasting time in many cases and it reads like a reference book, explaining function after function and in the later chapters PEAR classes/packages, all of which ... Read More
Rating:
- A great reference for any web designer!
This is a great book for any web designer no matter what your experience level. It is a great reference and I was able to teach myself what was needed using this book!
Rating:
- Excellent Book
I own several PHP/Mysql reference books, and this one is the most comprehensive of all of them. Just the right balance and written descriptions/explanations and practical applications/examples. I wouldn't necessarily say this book is for beginners, but anyone that's a novice to professional would love this book. I highly recommend the 3rd addition for any PHP/MySQL developer that is looking for a great reference.
Arts & Photography • Biographies & Memoirs • Business & Investing • Children's Books • Comics & Graphic Novels • Computers & Internet • Cooking, Food & Wine • Entertainment • Gay & Lesbian • Health, Mind & Body • History • Home & Garden • Law • Literature & Fiction • Medicine • Mystery & Thrillers • Nonfiction • Outdoors & Nature • Parenting & Families • Professional & Technical • Reference • Religion & Spirituality • Romance • Science • Science Fiction & Fantasy • Sports • Teens • Travel •
Beginning PHP and MySQL 5: From Novice to Professional, Second Edition (Beginning from Novice to Professional)
by: W. Jason Gilmore
Our Price: 443,212.00
Prices excluding shipping charge.Availability: Usually ships in 24 hours
Binding: Paperback
Dewey Decimal Number: 005.133
EAN: 9781590595527
Edition: 2
ISBN: 1590595521
Label: Apress
Manufacturer: Apress
Number Of Items: 1
Number Of Pages: 952
Publication Date: January 23, 2006
Publisher: Apress
Studio: Apress
Accessories:
- Practical Ruby Gems
- Beginning Ruby: From Novice to Professional (Beginning from Novice to Professional)
- PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (Visual Quickpro Guide)
- PHP and MySQL Web Development (4th Edition) (Developer's Library)
- PHP 5 Recipes: A Problem-Solution Approach
- PHP Solutions: Dynamic Web Design Made Easy (Solutions)
- Programming PHP
- see more
Editorial Review:
Product Description:
- Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.
- Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.
- Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.
- Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.
From the Back Cover
Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.
The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.
Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5�specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.
What You Will Learn from This Book
- Install and configure Apache, PHP, and MySQL on both Windows and Linux.
- Accept and process information submitted via HTML forms.
- Authenticate users and track user preferences and data using PHP's session-handling capabilities.
- Process web-based file uploads using the HTTP_Upload PEAR package.
- Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.
- Use both command-line and graphical MySQL clients to effectively manage your data.
- Secure the MySQL server, creating roles and restricting access even at very granular levels.
- Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.
Average Rating: 

Rating:
- Not much recommendedThe book is more a glossary of terms that are in the php manuals. I could not benefit from any effort (except on a couple of occasions where something is described in full) that could have been devoted to trying to translate theory into the things you really need to know when actually doing anything you want, such as a search form that contains several select lists that are linked and that you want to pass the selected values to a database to retrieve results etc. You are not going to find an answer ... Read More
Rating:
- One of the bestcomputers booksWhen i purchased this book, I was expecting a Computer book. To my surprise
the book i purchased contained all the information that i was interested in learning(PHP, MySQL, database) as well as provided a great reading experience.
This book is very interactive and fun to read. The author makes you feel part of the learning process and guides you through learning effectively not only about PHP,MySQL and many tricks of the trade, but also about a lot of other stuff that you most likely ... Read More
Rating:
- Reads like reference, not very interesting, too long for not much.I have first started off programming PHP since 2002 and have built small websites here and there and mostly just 'web tools'. Since it has been some time since I really coded in PHP I decided to get a start from scratch book again, although knowing I still have the basics down. I believe this book is a drag-on, taking up more pages than it should, wasting time in many cases and it reads like a reference book, explaining function after function and in the later chapters PEAR classes/packages, all of which ... Read More
Rating:
- A great reference for any web designer!This is a great book for any web designer no matter what your experience level. It is a great reference and I was able to teach myself what was needed using this book!
Rating:
- Excellent BookI own several PHP/Mysql reference books, and this one is the most comprehensive of all of them. Just the right balance and written descriptions/explanations and practical applications/examples. I wouldn't necessarily say this book is for beginners, but anyone that's a novice to professional would love this book. I highly recommend the 3rd addition for any PHP/MySQL developer that is looking for a great reference.
Arts & Photography • Biographies & Memoirs • Business & Investing • Children's Books • Comics & Graphic Novels • Computers & Internet • Cooking, Food & Wine • Entertainment • Gay & Lesbian • Health, Mind & Body • History • Home & Garden • Law • Literature & Fiction • Medicine • Mystery & Thrillers • Nonfiction • Outdoors & Nature • Parenting & Families • Professional & Technical • Reference • Religion & Spirituality • Romance • Science • Science Fiction & Fantasy • Sports • Teens • Travel •

