Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
BlackBelt PHP and MySQL Skills for Creating Dynamic Websites
Rating: 4.4 out of 5(181 ratings)
1,417 students

BlackBelt PHP and MySQL Skills for Creating Dynamic Websites

Learning how to create programs that are safe and efficient enough to survive in real life from ground zero.
Created byOnlyKiosk Tech
Last updated 2/2025
English

What you'll learn

  • Develop confidence in solving problems by yourself
  • Develop ability and confidence in teaching yourself the latest PHP techniques
  • Have a solid knowledge foundation in PHP basics
  • Be able to self-study a new built-in function by reading the PHP manual
  • Create a membership system that allows user to register and log in
  • Create a membership system that allows user to upload files
  • Be able to operate MySQL database
  • Be able to operate files and directories using PHP
  • Learn Object-oriented Programming

Course content

7 sections187 lectures13h 23m total length
  • Introduction5:41
  • YellowBelt: 1. Ready your tools8:29
  • YellowBelt: 2. Anatomy of a typical PHP file4:55
  • YellowBelt: 3. data type and data value2:53

    Computer is invented to process data.

    To better handle data, data has been divided into several types.

    As a programmer, whenever you see the word data, ask two questions: data type and data value.

  • YellowBelt: 4. the basket offered by PHP: VARIABLE4:47

    PHP has offered us a basket to store values. The basket is called variable.

    You will learn how to create a variable and how to assign value to it.

  • YellowBelt: 5. difference between single and double quotes2:38

    when it comes to handling variable, single quotes and double quotes behave differently.

  • YellowBelt: 6. how to empty the basket: assign NULL to a variable1:07

    A new data type: NULL.

    Assigning NULL to a variable can empty that variable.

  • YellowBelt: 7. Value assignment between variables3:24

    you might think value assignment between variables are simple, but there might be things you not know.

  • YellowBelt: 8. the magic &: assignment BY REFERENCE3:45

    Pass value by reference.

    The ampersand can tie two variables to one value.

  • Yellow: 9. SUMMARY0:49

    this is the end of the yellow belt, before you move on, you might want to slow things down a little bit and do a review of what you have learnt so far.

  • YellowBelt: 10. REVIEW-1 MV: South China in Mist and Rain5:02

    A review of what you have learnt in the Yellow Belt Lessons. and also hope you like the music.

  • YellowBelt: 11. REVIEW-2 MV: Pipa's Words4:28

    A review of what you have learnt in the Yellow Belt Lessons.

  • ClassResource Yellow-117:00
  • ClassResource: Yellow-212:00
  • ClassResource: Yellow-37:00
  • ClassResource: Yellow-422:00
  • ClassResource: Yellow-511:00
  • ClassResource: Yellow-617:00

Requirements

  • You only need a computer with internet access
  • All software needed in the class is free of charge and easy to install and run
  • No previous coding experience needed

Description

The aim of this course is to help you master web development in the most efficient way. 

The content design of this course is inspired by the Jiu Jitsu ranking system. 

The whole course includes seven levels: yellow, orange, green, blue, purple, brown and black. 

In yellow, orange and green course, considering you just started your PHP study, the learning curve is kept at a rather smooth level.

You will learn the most fundamental coding concepts and simple operations.

In blue belt, things start to change. The learning curve starts to get steep and you will need to combine skills learnt at different times together.

After purple belt, you will start to build programs that can be used in real-life situation. This means you will need to take into consideration safety and efficiency. 

We know that everybody forgets. We also know that you have other things going on with your life and your study will be constantly interrupted. Therefore, every time previous knowledge is needed, we will give you a timely review. We believe this can make your study easier and more efficient.

Starting from purple belt, you will learn how to build program that can survive in real life. This means you need to learn more than just coding skills. You will learn program design and safety and efficiency knowledge. 

Who this course is for:

  • This course is for anyone who wants to build a dynamic website using PHP and MySQL
  • This course is for anyone who wants to improve their PHP skills
  • This course is for anyone who wants to learn more PHP techniques