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

Getting Started with PHP and MySQL Development

We’ll Introduce fundamental of PHP and the Basic Concepts of RDBMS in general with MySQL Database for Beginners
Last updated 1/2016
English

What you'll learn

  • Over 40 lectures and 4 hours of content!
  • You will acquire knowledge of basic PHP Functions, Arrays and many more..
  • You will be able to create your basic PHP website.
  • Understand the Basic Relational Database Management System Concepts.
  • Execute Basic to Advanced MySQL Queries.

Course content

8 sections40 lectures3h 55m total length
  • Introduction to PHP, Requirements7:11

    Explore how PHP operates as a server-side scripting language embedded in HTML to display data. Understand that you need XAMPP, Apache, PHP, MySQL, and Perl to run a local server.

  • Getting XAMPP and Brackets, Starting Server2:35

    Install xampp from Apache friends, start the Apache and MySQL servers, and verify localhost and phpinfo to confirm proper configuration; then explore Brackets for web development.

  • First PHP Script5:53

    Set up a PHP development environment by organizing files in the htdocs folder and project subfolders, then create a first PHP script that echoes output to the browser via localhost.

  • Variable in PHP5:00

    Learn how PHP variables work: use the $ prefix, rely on loose typing with type inference, assign values without declarations, and interpolate variables in strings with C-like operators.

  • If, if else, if else if..., Switch10:02

    Explore PHP comparison operators and decision making constructs, including if, else if, and switch, with practical examples of values, variables, and echoing outcomes.

  • While, Do While, For, Foreach9:13

    Learn the four php loops—while, do-while, for, and foreach—using echo to output html with proper escaping, and iterate over arrays with a foreach loop.

Requirements

  • Knowledge of Basic HTML Tags
  • Knowledge of some Scripting Language Preferred, but Not Necessary.
  • Knowledge of RDBMS Concept is Helpful but Not Required

Description

PHP is an object oriented general purpose language suitable for a wide variety of tasks. In this course, we'll learn how to use PHP as a server-side scripting language for use in web development.

MySQL is a general purpose relational database management system (RDBMS) used mainly to provide a back-end database for web applications. In this course, we'll introduce the concepts of relational database management systems in general, and how they relate to MySQL in particular.

Unlike traditional courses that concentrate mainly on theory, we'll take a practical “how-to” approach to working with data. Here's what you'll learn:

The course cover following topics:

PHP

  • basic syntax, variables,loops and decision constructs.
  • Object oriented features
  • String functions.
  • Arrays
  • REQUEST, GET, and POST
  • Integrate MySQL databases with PHP.
  • Creating databases and tables
  • Adding data to a table with INSERT
  • Reading a table with SELECT
  • How to use WHERE to filter data
  • Using ORDER BY to sort data
  • JOINs and how to use them to read from multiple tables
  • Changing data in a table with UPDATE
  • The DELETE query: removing one or more rows of data from a table
  • Using a text file to load a database schema

MySQL

I hope you enjoy the course, and I look forward to working with you!

Who this course is for:

  • Any Fresher Wants to Learn Basic PHP & MySQL
  • Expert who Needs to Brush up PHP & MySQL Skills