Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn PHP Programming for Absolute Beginners
Rating: 4.3 out of 5(99 ratings)
5,383 students

Learn PHP Programming for Absolute Beginners

Learn Fundamental of PHP as per the Current Industry Demands.
Last updated 9/2015
English

What you'll learn

  • You will acquire knowledge of basic Functions, Arrays and many more..
  • You will be able to create your basic PHP website

Course content

4 sections20 lectures2h 1m total length
  • Introduction7:11

    Learn php as a server-side scripting language for web development, embedding in html to fetch data from databases, and using it for cron jobs and php-gtk gui desktop apps.

  • Getting XAMPP Brackets and Starting Server2:35

    Install and configure XAMPP from Apache Friends to run Apache, MySQL, and PHP locally, start the server, verify with localhost and phpinfo, and explore Brackets for PHP development.

  • First PHP Script5:53

    Discover how to place PHP files in the htdocs directory, create a first PHP script with PHP tags and echo, and view it in localhost via a browser.

  • Variable in PHP5:00
  • If, If else, If else if and Swith10:02

    Explore PHP comparison operators such as greater than, less than, and equality checks, and master decision making with if, else, else if, and switch statements.

  • While, Do while, For and Foreach9:13

    Explore the four PHP loops: while, do-while, for, and foreach, through practical examples of printing values, counting, and iterating arrays, with attention to condition checks and HTML escaping.

Requirements

  • Knowledge of Basic HTML Tags
  • Knowledge of some Scripting Language Preferred, but Not Necessary.

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.

The course consists of four units:

Unit 1: covers basic syntax, variables, and language features such as loops and decision constructs. We'll also learn how to download and install PHP as a part of the XAMPP distribution so it can be used in the context of a web server running on your local computer.

Unit 2: PHP's object oriented features will be learned, along with basic function syntax and scoping rules. We'll also talk about some useful string functions.

Unit 3: Associative arrays will be discussed in Unit 3. Arrays are the key to understanding the mechanism of sending and receiving data via the request mechanism in PHP. We'll learn how to work with data via REQUEST, GET, and POST, and we'll also cover some important server variables exposed by PHP.

Unit 4: teaches how to integrate MySQL databases with PHP. The concentration here is on the PHP communication with MySQL using the mysqli class in an object oriented style. If you need a refresher on the MySQL, Checkout out MySQL course.

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
  • Expert who Needs to Brush up PHP Skills