'PHP MySQL' tutorials

All 'PHP 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. 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...

  5. 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.

  6. 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.

  7. 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...

  8. 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...

  9. How to Connect PHP to MySQL

    How to Connect PHP to MySQL

    Tutorial Beginner

    In this article, we’re going to discuss MySQL database connectivity in PHP. It’s aimed at beginners who want to learn how to connect PHP to MySQL and perform...

  10. PHP Tutorial for Beginners: Free 7-Hour Course

    PHP Tutorial for Beginners: Free 7-Hour Course

    Tutorial Beginner

    The go-to free course for beginners to learn the fundamentals of PHP programming. Everything from if statements to MySQL in one course.

  11. Quickly Build a PHP CRUD Interface With the PDO Advanced CRUD Generator Tool

    Quickly Build a PHP CRUD Interface With the PDO Advanced CRUD Generator Tool

    Tutorial Beginner

    In this article, we’re going to review PDO CRUD—a form builder and database management tool. PDO CRUD helps you build forms for your database tables with...

  12. 10 Essential SQL Tips for Developers

    10 Essential SQL Tips for Developers

    Tutorial Intermediate

    SQL is yet another essential language for developers wishing to create data-driven websites. In this post, I'll show you ten essential tips.