'MySQL' tutorials

All 'MySQL' tutorials:

  1. Build a Newsletter System With PHP and MySQL

    Build a Newsletter System With PHP and MySQL

    Tutorial Advanced

    Today, we are going to be building a newsletter system using PHP with a MySQL database. The tutorial will cover building a system that allows for multiple...

  2. How to Create a PHP/MySQL Powered Forum From Scratch

    How to Create a PHP/MySQL Powered Forum From Scratch

    Tutorial Intermediate

    In this tutorial, we're going to build a PHP/MySQL powered forum from scratch. This tutorial is perfect for getting used to basic PHP and database usage....

  3. Real-World OOP With PHP and MySQL

    Real-World OOP With PHP and MySQL

    Tutorial Intermediate

    Today, we're going to discuss the basics of object-oriented programming in PHP and MySQL. We'll build a class which is capable of performing the CRUD...

  4. Getting Started With MySQL

    Getting Started With MySQL

    Tutorial Intermediate

    In this article, you'll learn everything you need for getting started with MySQL, an open-source database that powers content management systems like...

  5. How to Create a MySQL-Powered Forum From Scratch in Laravel

    How to Create a MySQL-Powered Forum From Scratch in Laravel

    Tutorial Beginner

    In this tutorial, we're going to build a PHP/MySQL-powered forum from scratch in Laravel 9.

  6. Get Started With CRUD Operations in PHP MySQL Databases

    Get Started With CRUD Operations in PHP MySQL Databases

    Tutorial Beginner

    In this article, we're going to explore how you could use a MySQL database to perform CRUD (create, read, update, and delete) operations with PHP. If you...

  7. Using Passport With Sequelize and MySQL

    Using Passport With Sequelize and MySQL

    Tutorial Intermediate

    Passport.js is a Node.js library used for user authentication. It can be used together with Sequelize—a promise-based Node.js ORM for PostgreSQL, MySQL,...

  8. Creating a Web App From Scratch Using Python Flask and MySQL: Part 2

    Creating a Web App From Scratch Using Python Flask and MySQL: Part 2

    Tutorial Intermediate

    In the previous part of this series, we saw how to get started with Python Flask and MySQL and implemented the user registration portion of our application....

  9. How to Create an Object-Oriented Blog Using PHP

    How to Create an Object-Oriented Blog Using PHP

    Tutorial Intermediate

    In this post, we are going to extend our knowledge of PHP and MySQL a step further by creating a simple blog.

  10. Creating a Web App From Scratch Using Python Flask and MySQL

    Creating a Web App From Scratch Using Python Flask and MySQL

    Tutorial Intermediate

    In this series, we'll be using Python, Flask, and MySQL to create a simple web application from scratch. It will be a simple bucket list application where...

  11. Installing and Using PHPMyAdmin With WordPress

    Installing and Using PHPMyAdmin With WordPress

    Tutorial Intermediate

    PHPMyAdmin lets you work directly with your WordPress databases. I'll describe how to install PMA with WordPress and how to secure it.

  12. Build a Shopping Cart With PHP and MySQL

    Build a Shopping Cart With PHP and MySQL

    Tutorial Advanced

    For this week’s screencast + tutorial, we’re going to teach you how to build your own shopping cart with PHP and MySQL. As you’ll find, it’s not quite as...