Rating:

Author: Kevin Yank
ISBN : B007ZR2T64
New from $17.99
Format: PDF, EPUB
Download electronic versions of selected books Free PHP & MySQL: Novice to Ninja, 5th. Edition for everyone book 4shared, mediafire, hotfile, and mirror link PHP is an extremely popular open-source general purpose scripting language that’s particularly suited to server-side web development. As of 2007, PHP was used on some 20 million domains worldwide. It’s a very popular choice with the SitePoint community.
The easiest, simplest and most fun way to get into server-side coding. All of the software used is free, so no additional outlay is required.
• An easy-to-follow tutorial, with all code available to download
• Install PHP & MySQL on Windows, Mac OS X, or Linux
• Gain a thorough understanding of PHP syntax and object oriented programming principles
• Master database design principles and SQL
• Develop robust websites that can handle high levels of traffic
• Build a working content management system (CMS)
• Develop an e-commerce shopping cart
Beginner-level web developers. They will need to have a little familiarity with HTML and CSS.
What’s new in this edition?
• Up to date: Updated for Windows 7, Mac OS X Lion, and the latest versions of PHP, MySQL, phpMyAdmin, XAMPP and MAMP.
• Now even easier to get started: Software installation and setup have always been one of the biggest hurdles for beginners. This edition of the book now recommends using all-in-one installation packages like XAMPP and MAMP, and moves the brittle manual setup instructions to an appendix at the end of the book.
• No command prompt required: phpMyAdmin is used for all database administration tasks, and for sending SQL commands to MySQL. Previous versions of the book asked readers to use the Terminal or Command Prompt to send SQL commands to their MySQL server.
• Best practice database code: Rather than building up SQL queries as strings and passing them to MySQL-specific functions like mysqli_query as in previous editions, this edition uses the more robust and portable PHP Data Objects (PDO) API and prepared statements to work with MySQL.
• HTML5 markup: The bulky and verbose XHTML1 markup of previous editions gives way to the svelte, easy-to-read HTML5 markup that all the cool kids are using these days.
• Object oriented programming (OOP) primer: Chapter 4 now contains a primer on OOP. While OOP is not required to start using PHP or to understand the code used in this book, many of the popular PHP frameworks that readers might like to move onto after finishing the book, such as Symfony and CakePHP, assume OOP knowledge.
• Tons of tweaks: Hundreds of tiny nips and tucks based on reader questions and feedback received for the 4th edition, removing common sticking points and providing additional guidance where needed.Books with free ebook downloads available Free PHP & MySQL: Novice to Ninja, 5th. Edition
- File Size: 3261 KB
- Print Length: 524 pages
- Page Numbers Source ISBN: 0987153080
- Simultaneous Device Usage: Unlimited
- Publisher: SitePoint Pty Ltd; 5th Edition edition (May 1, 2012)
- Sold by: Amazon Digital Services, Inc.
- Language: English
- ASIN: B007ZR2T64
- Text-to-Speech: Enabled
X-Ray:
- Lending: Not Enabled
- Amazon Best Sellers Rank: #257,535 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
- #36
in Kindle Store > Kindle eBooks > Computers & Technology > Programming > PHP - #53
in Books > Computers & Technology > Databases > MySQL - #64
in Books > Computers & Technology > Web Development & Design > Programming > PHP
- #36
in Kindle Store > Kindle eBooks > Computers & Technology > Programming > PHP - #53
in Books > Computers & Technology > Databases > MySQL - #64
in Books > Computers & Technology > Web Development & Design > Programming > PHP
Free PHP & MySQL: Novice to Ninja, 5th. Edition
First to answer the obvious question; will this book turn you into a PHP and MySQL ninja? Well, no. That's not in any way to say that it's a bad book just that it's being oversold by the title. What it will do is give you a solid grounding in both PHP and MySQL in a readable and easy to digest manner. Perhaps a more accurate title would be something like "PHP and MySQL: Yutz to User" though that doesn't have quite the same ring to it!
Anyway, with that gripe out of the way onto the book. The contents are pretty much as you would expect; a guide to installation, an introduction to using the technologies and then a project based approach to using the PHP and MySQL in anger. Coverage of MySQL is, I think, somewhat more comprehensive than that of PHP but given that it is a much more compact and focused piece of software that is only to be expected. You do get good coverage of some of the more useful and important parts of PHP such as regular expressions and session management along with the basics and also a rather nice chapter on structured programming. I particularly appreciated the fact that object oriented programmed wasn't put forward as the one true way for building structured software, as it so often is, and that procedural programming with a library of functions got a look in. It's personal bias I know but for object oriented programming I prefer to use a language designed in an OO manner from the ground up. On the MySQL side you get pretty much everything you might need from a primer in relational database design up to some fairly advanced areas such as database replication and backed up with appendices of MySQL syntax and functions. There's no similar appendix of PHP syntax and functions, but as PHP runs to thousands of functions it's no great surprise.
I obtained a copy of PHP & MySQL, 5th edition, because I have taken over support for a Wordpress/MySQL website with phpAdmin installed. I am a desktop developer, so I hoped this book would give be a jump-start to understand my server environment. I was not disappointed.
Kevin Yanks communicates his content clearly, without any fluff. I have been programming for many decades, but I could barely spell PHP. Kevin's explanation using example after example made picking up the basic syntax a breeze. There were a couple of ideas that I had to re-read to get the real gist, but I congratulate Kevin on his commitment to simplicity. As a writer and instructor myself, I give him big kudos for adding complexity in small, incremental steps.
One of his most complex topics is Regular Expressions. This is an area that becomes quite obtuse very quickly. I am a passable novice at RegExes, and I admit I had to read some pages a couple of times, but I learned a lot! Great job, Kevin.
PHP & MySQL spends a lot of time on MySQL, as it should. Relational databases are pervasive, but they are also rife with areas of difficulties: not the least of which is the SQL language itself. Kevin does an excellent job of explaining MySQL installation, Administration, and common Functions and Queries.
Some reviewers have said this is not a book for total beginners. This may be true: a total beginner may not understand what a for-loop is, or when to use it. But the book's preface clearly states: "This book is aimed at intermediate and advanced web designers..." For anyone with a knowledge of one or two programming languages, and some HTML, this book should not be a major challenge.
Download Link 1 -
Download Link 2