or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Sell Back Your Copy
For a $1.34 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sams Teach Yourself PHP and MySQL: Video Learning Starter Kit
 
See larger image
 
Tell the Publisher!
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.

Sams Teach Yourself PHP and MySQL: Video Learning Starter Kit [Paperback]

Sams Publishing (Author)
3.0 out of 5 stars  See all reviews (7 customer reviews)

List Price: $39.99
Price: $28.93 & this item ships for FREE with Super Saver Shipping. Details
You Save: $11.06 (28%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 8 left in stock--order soon (more on the way).
Want it delivered Friday, February 17? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Hardcover --  
Paperback $28.93  

Book Description

March 6, 2009 067233027X 978-0672330278 1

Sams Teach Yourself PHP and MySQL Video Learning brings the successful Teach Yourself book series from Sams Publishing to life on video — with the same clear and concise style, practical hands-on examples, and self-paced learning approach that have made the bestselling books so popular with beginners looking for the easiest way to quickly get up to speed on a new technology. 

This complete video course provides up to four hours of clear, well-organized video instruction. Each 10-minute video lesson uses a consistent, step-by-step learning structure.  After a short overview of the topic from the series instructor, each lesson presents a short, richly illustrated tutorial lesson, followed by a hands-on learning lab, and concluding with an interactive quiz lets the learner test how well he or she has grasped the material before moving on.

 

With Sams Teach Yourself PHP and MySQL Video Learning, you'll quickly and easily learn all the basics of setting up an interactive, dynamic web site:

  • Install and configure PHP and MySQL on your computer
  • Create PHP scripts for your web site
  • Work with forms and files
  • Access information in databases
  • Authenticate and track users with cookies and sessions
  • Set up a secure web server

The DVD contains a complete video training starter kit for Windows and Mac computers:

  • Four hours of video lessons with interactive labs and quizzes
  • PHP, MySQL, and Apache for Windows and Mac OS X–an easy-to-install package to set up a safe learning environment
  • Work files for all the learning labs
  • The jEdit programming editor for Windows and Mac OS X

Check Out Related Media

 
   


Frequently Bought Together

Customers buy this book with Sams Teach Yourself PHP, MySQL and Apache All in One (4th Edition) $24.26

Sams Teach Yourself PHP and MySQL: Video Learning Starter Kit + Sams Teach Yourself PHP, MySQL and Apache All in One (4th Edition)
  • This item: Sams Teach Yourself PHP and MySQL: Video Learning Starter Kit

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Sams Teach Yourself PHP, MySQL and Apache All in One (4th Edition)

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details



Editorial Reviews

About the Author


Excerpt. © Reprinted by permission. All rights reserved.

Before You Begin

Before You Begin

This Sams Teach Yourself Video Learning Kit is about the two web development technologies that are at the foundation of many of the world’s best, most popular websites and applications.

PHP and MySQL are at work behind the scenes in everything from the most simple WordPress blog to huge sites like Facebook, Wikipedia, Digg, and Yahoo, with millions of subscribers and users worldwide.

While the videos in this course most likely won’t show you how to develop the next Facebook or WordPress, they will give even non-programmers a solid understanding of how PHP and MySQL work and how you too can easily learn the basics of using PHP and MySQL, and begin to add interactivity and dynamic content to your own website, large or small.

Before you get started watching the videos, however, we suggest that you first take a few minutes to review the material in this booklet. The information here will help you make sure you have all the equipment that’s needed to watch the videos and do the exercises, and it will help you make best use of all the unique features of these courses as well as the software that’s also on the DVD.

About PHP and MySQL

Both PHP and MySQL are open-source technologies. This means that they’re developed not by a single company that charges a fee for the use of their software, but by a community of developers from around the world who donate their time to the project. In return, anyone can use the software for free as long as they don’t try to claim ownership of the software and as long as they “give back” to the project any enhancements they may make to the product.

PHP is what’s known as a scripting language, a form of a programming language that does not need to be compiled and therefore PHP programs—or code—generally can be read relatively easily by someone who understands the language’s basic rules and terms.

PHP is most often used in web development, helping to make web pages more interactive and dynamic, displaying different pieces of information or data each time the script is run.

The PHP code is typically embedded within an HTML page. When a particular HTML-based web page is opened in a browers, the PHP script tells the web server to perform some specific task—for example, calculate and then display the current date and time, or pull up and display a customer’s account information.

MySQL (pronounced My-Ess-Que-Ell) is a very fast, robust, relational database management system (RDBMS) that enables you to efficiently store, search, sort, and retrieve data.

MySQL is also used most often in web development, and typically is found working alongside PHP, responding to requests for specific pieces of data from the PHP script (or storing away data too).

Both PHP and MySQL are relatively easy for beginning web developers to learn at a fundamental level. Anyone who’s already familiar with HTML, and generally with how websites and servers work, should be able to understand and create basic PHP code after only a few lessons.

About The Video Lessons

Sams Teach Yourself Video Learning courses are designed not only for beginners, but also for busy, time-crunched people who aren’t able to devote the large blocks of time often required to take a full class on a subject, or to read some thick tome that covers everything in more detail than you’ll ever need.

Each lesson in this course takes no more that 10 minutes to 1) watch the video tutorial, 2) try the hands-on examples in the lab section, and 3) take a short quiz to test yourself before moving on.

The short video tutorials clearly explain key concepts, terms, and techniques, and are rich in diagrams and clear, real-world examples. Plus, you can stop, start, pause, or replay any part of the video you want, as often as you want, until you feel you really understand it.

After you’ve watched the video tutorial, you then get to try it yourself and put what you’ve learned to work in a unique hands-on learning lab that helps you begin to develop real live programs that you can use on your own website.

The software that you need to complete the exercises is included on the DVD. And as you continue to watch the lesson on your computer, you’re guided step-by-step through the process of creating your own usable code.

Once you’re done trying things out in the learning lab each lesson ends with a short, easy quiz so you can test what you’ve learned before you go on to the next lesson.

Who This Video Learning Kit is For

This course is aimed at beginning web developers or designers who want to learn PHP, even if they don’t have any previous programming or scripting experience.

It can also be used by someone who does have some previous programming experience but have not written for the Web before. This course would provide an understanding of the specifics of PHP, and how to apply general programming techniques to the Web environment.

This course does not teach HTML. And although a thorough knowledge of HTML is not necessarily a prerequisite, the course does assumes a basic understanding of how web pages are constructed, where they’re stored and maintained, and how a user interacts with them through a web browser.

What’s on the DVD

The DVD for Sams Teach Yourself PHP and MySQL Video Learning has several components—all accessible by either a Windows or a Mac computer:

  • 25 ten-minute video lessons—each made up of a short video tutorial, a hands-on learning lab for trying things out, and a short self-assessment quiz at the end.
  • Software for the learning labs—PHP, MySQL, the Apache web server, a script editing program, and code that you can cut-and-paste or customize in your own scripts.
  • The complete text of the lessons in PDF—All the video lessons in this course are based on chapters from the print book Sams Teach Yourself PHP in 10 Minutes. So to help you out if you want to re-read a particular lesson or quickly look up a term or technique, we’ve included the full text of the book in easily searchable PDF format.

How The Course Is Organized

Sams Teach Yourself PHP and MySQL Video Learning is organized into five parts, with each part made up of at least six video lessons designed to be completed in 10 minutes or less.

Part I: PHP Foundations

The lessons in Part I introduce the basic building blocks of the PHP language:

  • Lesson 1: Getting to Know PHP. Introduces you to what PHP is all about and gives some simple examples to show how PHP is used inside a web page.
  • Lesson 2: Variables. Explains how you assign values to variables and demonstrates some simple expressions.
  • Lesson 3: Flow Control. Examines the conditional and looping constructs that allow you to control the flow of a PHP script.
  • Lesson 4: Functions. Explains how you can modularize and reuse a frequently used section of code as a function.
  • Lesson 5: Working with Numbers. Gives more detailed examples of numeric manipulations you can perform in PHP.
  • Lesson 6: Working with Strings. Examines the powerful set of functions that PHP provides to work with strings of text characters.

Part II: Using PHP to Work with Data

The lessons in Part II examine in more detail the different types of data that can be manipulated by PHP:

  • Lesson 7: Working with Arrays. Explains how arrays work and examines the PHP functions that can manipulate this powerful data type.
  • Lesson 8: Regular Expressions. Shows how to perform complex string manipulation by using regular expressions.
  • Lesson 9: Working with Dates and Times. Examines how to use date and time values in a PHP script.
  • Lesson 10: Using Classes. Introduces you to object-oriented PHP and examines how you define and access a class in a script.
  • Lesson 11: Processing HTML Forms. Shows how you use PHP to process user-submitted input from an HTML form.
  • Lesson 12: Generating Dynamic HTML. Examines some techniques for creating HTML components on-the-fly from PHP.

Part III: PHP and the Web Environment

The lessons in Part III deal with using PHP specifically in the web environment:

  • Lesson 13: Form Validation. Examines some techniques for validating user-submitted input from an HTML form.
  • Lesson 14: Cookies and Sessions. Shows how to pass data between pages by using PHP sessions and how to send cookies to a user’s browser.
  • Lesson 15: User Authentication. Examines some techniques for validating user-submitted input from an HTML form.
  • Lesson 16: Communicating with the Web Server. Looks at ways in which PHP can interact with a web server.
  • Lesson 17: Filesystem Access. Examines the PHP functions that enable you to access a server’s filesystem.
  • Lesson 18: Host Program Execution. Examines the PHP functions that enable you to execute programs on the host sys...

Product Details

  • Paperback: 80 pages
  • Publisher: Sams; 1 edition (March 6, 2009)
  • Language: English
  • ISBN-10: 067233027X
  • ISBN-13: 978-0672330278
  • Product Dimensions: 9.1 x 7.5 x 1 inches
  • Shipping Weight: 11.2 ounces (View shipping rates and policies)
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon Best Sellers Rank: #661,129 in Books (See Top 100 in Books)

 

Customer Reviews

7 Reviews
5 star:
 (1)
4 star:
 (2)
3 star:
 (1)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.0 out of 5 stars (7 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

4 of 4 people found the following review helpful:
3.0 out of 5 stars Sam's Teach Yourself PHp and mySQL, April 22, 2009
This review is from: Sams Teach Yourself PHP and MySQL: Video Learning Starter Kit (Paperback)
This is a good introductory to PHP. Of course there are the pro's and con's of the tutorial. It definitely touch's on all of the important knooks and crannies of PHP enough to get you started. You won't become a guru or anything with this but it'll get you going.

First off the flash tutorial is kinda pointless. If you really want to learn anything you have to read the eBook. The labs are pretty good too. A note to Sam, "When doing flash video you should include a pause and rewind button". The video moves to quick and nobody absorbs that much info that fast. The eBook is where it's at.

If your new to PHP Sam does give you all the need to know info. If your willing to take the time to create the code they give you and play with it to see how it works then by the end of this tutorial you will know how to write PHP. He covers front end forms and back end configuration. The mySQL section is kinda brief yet Sam does suggest Sams Learn SQL in 24 hr's for the full effect. I'll give him a 3 out of 5 due to the flash video. In the end I'm actually glad I got the opportunity to check it out.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
4.0 out of 5 stars Sam's Teach Yourself PHP and MySQL, February 10, 2010
This review is from: Sams Teach Yourself PHP and MySQL: Video Learning Starter Kit (Paperback)
This is an excellent starting point for someone like me who has taken on a fairly large project for a small business and needs to get more firmly grounded in a powerful and comprehensive scripting language like PHP.

The videos were especially well made although better control of the flow with a pause and rewind button would have been very useful. A body just needs time to write a quick note once in a while!

After working on this project part time for over a year (with some programming experience from years ago) I learned a new concept in every chapter, sometimes several new pointers that I have struggled with in the recent past.

Bottom line, you can learn something new with this video even if you have been working with PHP for a while. And it's a great place to start if you are new to it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
1.0 out of 5 stars Fine for 2005 ... not for 2010, September 17, 2010
By 
Genny (Guerneville, CA USA) - See all my reviews
This review is from: Sams Teach Yourself PHP and MySQL: Video Learning Starter Kit (Paperback)
The disc is a complete waste of money, especially if you are also purchasing the related book, Sams Teach Yourself PHP, MySQL and Apache All in One (4th Edition). The book contains far more code samples and is reasonably up to date, although it has some errors. The disc, on the other hand, presents almost no new material you wouldn't get from the book, and the code samples are awful. The HTML is in upper case and the lessons cover functions that are no longer part of PHP. This would have been a fine thing to buy 5 years ago, but it's not useful now.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews





Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(3)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject