Book Image

Beginning PHP

By : Kristian Secor
Book Image

Beginning PHP

By: Kristian Secor

Overview of this book

PHP is the preferred server-side scripting language for tech giants such as Facebook, Wikipedia, and Tumblr despite full-stack JavaScript gaining popularity with upcoming developers. This is because PHP performs better when dealing with heavy computations on the back end. In this course, you'll learn everything you need to get up and running with the latest version of PHP, including package management with tools such as composer, secure database operations, and a whole host of other best practices that will help you stay a step ahead of traditional programmers.
Table of Contents (8 chapters)
Chapter 4
Data Operations
Content Locked
Section 3
MySQL Basics
This video covers every basic concept of MySQL, right from connecting to a database to performing different operations. The following concepts will be covered: - Connecting to a Database - Creating a Database Table - Inserting a Record into the Database - Fetching a Single Row from a Database Table - Fetching Multiple Rows from a Database Table - Updating a Record in a Database Table - Deleting a Record in a Database Table - Creating an Employee Table - Adding Users to a Database