Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
PHP Web Development with MySQL
Rating: 4.4 out of 5(44 ratings)
261 students

PHP Web Development with MySQL

Web Application Development with PHP & MySQL
Last updated 2/2020
English

What you'll learn

  • The students can be able to create web applications using PHP and MySQL
  • The students can be able to understand the concepts of client and server
  • The students get hands on experience of how things happen in PHP?
  • The students get in depth learning of MySQL relational database management system.
  • The students get be able to perform form handling using PHP.
  • The students will learn about state management in PHP [SESSIONS & COOKIES]
  • The student will learn how to connect PHP web application with MySQL database.
  • The student will be able to send and receive data to and from database.

Course content

13 sections101 lectures19h 31m total length
  • Course Outline8:09

    This is the course outline of what we are going to learn , the thing that are not in video are listed here in detail

    I am going to cover the following thing in detail:


    1. Introduction to PHP

      1. What is PHP

      2. Need of PHP

      3. Versions of PHP

      4. PHP Installation

      5. WAMP Server & XAMPP Server

    2. Getting Started

      1. Creating First PHP script

      2. Where to store PHP page.

      3. Things to remember when saving PHP page.

      4. Server configuration of Adobe Dreamweaver

    3. Variables in PHP

    4. Operators in PHP

      1. Types

        1. Unary

        2. Binary

        3. Ternary

      2. Classifications

        1. Arithmetic

        2. Relational

        3. Logical

        4. Assignment

        5. Bitwise

        6. String

      3. Operands and Expressions

    5. Conditional Statements in PHP

      1. If-Else

      2. Switch-Case

    6. Loops in PHP

      1. for

      2. while

      3. do-while

      4. foreach

    7. Functions in PHP

      1. Built-in Functions

      2. User defined functions

    8. Form Handling

      1. GET

      2. POST

    9. Email Sending

    10. State Management

      1. Cookies

      2. Sessions

    11. PHP Sanitization / Filters

    12. Validations in PHP

    13. Introduction to MySQL

    14. MySQL database connectivity with PHP

    15. Creating database

    16. Creating tables

    17. Creating columns and other constraints

    18. Creating Views,Stored Procedures and triggers

    19. Joins and relationships

    20. CRUD Operations using PHP and MySQL

    21. Object Oriented PHP

    22. Other things can be added if possible


  • Introduction To PHP12:39

    This lecture will give you detailed understanding of PHP and its related content

  • Installing XAMPP & WAMP [Setting Up Environment]15:16

    This lecture will give you hands on experience about installation of XAMPP and WAMP software packages. also PORT configuration is demonstrated here

  • Create Your First PHP Page & Directory Structure11:22

    This video will help you to create your first php page and it will help you how to run that php page. Also how to configure Dreamweaver for server based web site.

  • Merging HTML & CSS with PHP4:47

    This video will help you to learn how to add HTML & CSS with PHP.

  • HTTP Header() in PHP8:25

    This lecture will give you understanding about HTTP Headers and header() function in PHP and how redirection takes place?

  • PHP Form Handling using GET & POST26:21

    This lecture will help you to learn the following :

    1. What is a form?

    2. How to send data from one page to another in PHP?

    3. What methods are used to send data from one page to another?

    4. What is the difference between GET & POST method.

    5. Practical GET method demonstration

    6. Practical POST method demonstration

    7. Implementation of Bootstrap with PHP and HTML

  • Variables in PHP Part 126:05

    This video will help you to learn:

    • What are variables in PHP?

    • What are Data Types?

    • What are identifiers?

    • What is a constant and how it is created in PHP?

    • What are the rules when creating variable naming conventions?

  • Variables in PHP (Scope of variable) Part II14:54

    This lecture will help you to learn about scope and boundaries of a variable life time through out PHP page execution. Following are the scopes that are demonstrated with example in detail.

    1. Local

    2. Global

    3. Static


  • HTTP Environment Variables10:14

    This lecture will help you to learn what are Environment variables and how you can you them in side PHP

    ?

  • Section 1 Assignment

Requirements

  • HTML
  • Web Design Concepts

Description

Hi students,

welcome to my course Web Development with PHP & MySQL

This course will be an all in one solution that helps you to learn how to create a web application using PHP and MySQL, all at one place. This course is  a complete mixture of multiple technologies like HTML, CSS,  JavaScript, JQuery, Bootstrap and AJAX along with PHP and MySQL.

I am going to cover the following thing in detail:


  1. Introduction to PHP

    1. What is PHP

    2. Need of PHP

    3. Versions of PHP

    4. PHP Installation

    5. WAMP Server & XAMPP Server

  2. Getting Started

    1. Creating First PHP script

    2. Where to store PHP page.

    3. Things to remember when saving PHP page.

    4. Server configuration of Adobe Dreamweaver

  3. Variables in PHP

  4. Operators in PHP

    1. Types

      1. Unary

      2. Binary

      3. Ternary

    2. Classifications

      1. Arithmetic

      2. Relational

      3. Logical

      4. Assignment

      5. Bitwise

      6. String

    3. Operands and Expressions

  5. Conditional Statements in PHP

    1. If-Else

    2. Switch-Case

  6. Loops in PHP

    1. for

    2. while

    3. do-while

    4. foreach

  7. Functions in PHP

    1. Built-in Functions

    2. User defined functions

  8. Form Handling

    1. GET

    2. POST

  9. Email Sending

  10. State Management

    1. Cookies

    2. Sessions

  11. PHP Sanitization / Filters

  12. Validations in PHP

  13. Introduction to MySQL

  14. MySQL database connectivity with PHP

  15. Creating database

  16. Creating tables

  17. Creating columns and other constraints

  18. Creating Views,Stored Procedures and triggers

  19. Joins and relationships

  20. CRUD Operations using PHP and MySQL

  21. Object Oriented PHP

  22. Other things can be added if possible




Who this course is for:

  • Beginner web designers
  • Intermediate web designers
  • Any one who want to learn web application development.