Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
PHP connections to MySQL
Rating: 4.4 out of 5(85 ratings)
7,421 students

PHP connections to MySQL

Learn how to connect a MySQL database to your PHP application. Learn MySQLi connection code and Object oriented PHP
Created byLaurence Svekis
Last updated 11/2019
English

What you'll learn

  • Connection PHP code to MySQL database
  • Create tables, database and run queries using PHP code

Course content

3 sections17 lectures1h 4m total length
  • Introduction to PHP and MySQL connections4:02
  • PHP Database local environment setup ready to code3:25
  • Prepare for Database Connection5:20
  • Setup Connection to Database5:59
  • Creating a new database4:05
  • Creating a database table5:23
  • PHP insert in database4:11
  • PHP mySQL select options9:59
  • PHP delete from database2:53
  • Procedural source code0:26

Requirements

  • Basic PHP knowledge
  • have computer and internet access
  • desire to learn about databases connections within PHP

Description

PHP and MySQL together allow you to create amazing applications.  Connecting your code to your database is what this course is all about.  Learn how to add a database connection to your PHP application.  Connecting a database is required by many applications and there are many ways to do this via PHP code.

Please note that this course does not cover the basics of PHP and basic knowledge of PHP is required as part of this course.  It will not be covering PHP coding outside the scope of the course summary.  Setting up your local server is optional and suggestions for a local machine setup and editor option are provided within the course.

This course covers writing PHP code in both procedural and object oriented coding to 

  • Create a database
  • Create a database table
  • Setting up a database connection
  • inserting data into your database
  • Selecting data from your database
  • updating database content
  • deleting data from your database
  • creating queries in phpmyadmin

Source code is included to get you started quickly.  Examples and samples for both coding options.

Everything you need in one place, connect to MySQL its easy and can bring your application to the next level.

Taught by an instructor with over 18 years of PHP development experience.

I'm here to help you learn more about PHP and ready to answer any questions you may have.  Join now and start creating MySQL queries in your PHP code today.


Who this course is for:

  • PHP developers
  • Anyone who wants to learn MYSQLi and Object oriented MySQL connection coding
  • Learn how to add a database connection to PHP applications