Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
PHP MySQL database connections
Rating: 4.1 out of 5(80 ratings)
6,690 students

PHP MySQL database connections

Learn to connect to a MySQL database with PHP code how to select, update, delete, insert content to a MySQL database
Created byLaurence Svekis
Last updated 11/2024
English

What you'll learn

  • connect web pages to a mysql database
  • update insert delete and use mysql database content
  • connect to MySQL using procedural methods
  • connect to MySQL using mysqli object methods
  • connect to MySQL using PDO methods

Course content

7 sections39 lectures2h 2m total length
  • Course introduction mysql databases and PHP2:42
  • Resources and Setup Information7:21
  • Resources for setup0:03
  • How to Create a database4:13

Requirements

  • basic PHP and web coding knowledge
  • desire to learn
  • computer access

Description

Learn how to use a MySQL database and access data within your PHP code.  MySQL is the most popular database used by PHP.  Its works really well and smoothly with PHP code and is an ideal solution for storing information and utilising that data within your web projects. 

Do you need a database within you website? Database can help with information management and run as a the data source for dynamic websites.   MySQL is the perfect solution for any size application.   Its fast and reliable and best of all easy to use.   

This course covers multiple methods of connecting to a MySQL database.  Avoid the confusion of only one way, we show you three ways to connect to a MySQL database via PHP code.

Top resources, source code and more is provided to get you started quickly.

  • Learn how to connect to a database
  • Create databases
  • Create tables
  • Insert records into a MySQL database
  • Return ids of inserted records
  • Delete records 
  • Update records
  • Create queries to interact with database content
  • phpmyadmin and how to use it

By the end of the course we show how to use a database within your PHP code

I am here to help you learn how to create your own websites and ready to answer any questions you may have.

Want to know more, what are you waiting for take the first step.  Join now to start learning how you too can add a database to your website today.

Who this course is for:

  • web developers
  • application developers
  • anyone who needs to utilize a database and connect to it