Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build Real World Website with PHP, PDO & MySQL
Rating: 4.5 out of 5(111 ratings)
31,914 students

Build Real World Website with PHP, PDO & MySQL

Let's Learn Prepared Statements, PDO & Building Dynamic Websites with PHP and MySQL
Created byMd. A. Barik
Last updated 12/2019
English
English [Auto],

What you'll learn

  • How to work with prepared statements
  • How to work with PDO(PHP Data Object)
  • Building a simple blogging website
  • URL's rewriting and more...

Course content

7 sections60 lectures7h 55m total length
  • Introduction9:07

    Build a real-world website with PHP, PDO and MySQL using prepared statements and an object-oriented data layer to manage posts, categories, and comments via a secure admin backend.

  • Environment Setup3:32

    install a local development stack, including a code editor and a web browser, start the server, and access localhost to run PHP code and manage a MySQL database via phpMyAdmin.

Requirements

  • Basics PHP Knowledge's
  • A computer with internet connection

Description

Welcome to this course!


This is practical course. That mean you will not just learn prepared statements, PDO (PHP Data Object) but we will build project from complete scratch. Let's build awesome website with PHP and MySQL and let's learn how to build dynamic websites.

We will build a simple blogging website with (backend) CMS (Content Management System) using PDO, PHP and MySQL. You will learn how to build a dynamic website in practice.


What do I mean by task list?

I mean, we will be building a task list that would be a task(crud operation) with a list of users!


COURSE CONTENT:

  • Prepared Statements

  • Building Task List with Prepared statements

  • PDO  PHP Data Object

  • Building Task List with PDO

  • Simple blogging website with little CMS


See you inside!

Who this course is for:

  • Want to learn how to implement prepared statements
  • Want to learn and implement PDO
  • Curious about building dynamic website