PHP From Scratch : Practical Beginners Introduction

Go to class
Write Review

PHP From Scratch : Practical Beginners Introduction provided by Udemy is a comprehensive online course, which lasts for 4-5 hours worth of material. PHP From Scratch : Practical Beginners Introduction is taught by Bluelime Learning Solutions. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Learn PHP From The Ground Up With Practical Hands-On Examples

    What you'll learn:

    • Update PHP webpages easily
    • Setup local Apache server to render PHP files
    • Understand PHP data types
    • Write basic PHP Syntax
    • Use echo and print statements to display text
    • Use various types of PHP Operators
    • Create and use variables
    • Understand variable scopes
    • Create and understand arrays indexing
    • Create functions
    • Use conditional statements
    • Use Loops
    • Use Include statements to assemble web pages

    PHP is a popular programming language that you can use to write simple code for web pages. If you have been using HTML to develop websites, learning PHP will allow you to create dynamic pages. In this course, you will learn the fundamentals of PHP. The course covers concepts such as how to embed PHP code into an HTML page, and reviews the basic PHP data types such as strings and arrays. The course also covers the different control structures in PHP, how to work with built-in PHP functions, and how to define your own custom functions.

    PHP is one of the the most popular server-side language used to build dynamic websites.

    Topics include:

    How to setup local PHP development environment
    What is PHP
    Basic PHP Syntax
    PHP Data Types
    PHP Variables
    PHP Variable Scopes
    PHP Arrays
    Using Print and Echo Statements
    Using code comments
    PHP Operators
    Using PHP Conditional Statements to make decisions
    Using switch statement
    Using while loops
    Using For and foreach loops
    PHP Functions
    Function arguments
    PHP String functions
    Creating custom functions
    PHP String functions
    PHP Include statement
    Using echo and print statement
    PHP Date functions
    Build your own yearly web calendar
    Build a basic website