Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to PHP (Free course)
Rating: 3.7 out of 5(143 ratings)
7,053 students

Introduction to PHP (Free course)

This course capture few on PHP Basics
Created byAdeola Oke
Last updated 8/2021
English

What you'll learn

  • Basic Introduction to PHP and PHP Variables

Course content

1 section7 lectures33m total length
  • Introduction3:41
  • First PHP code4:28
  • Comments in PHP3:57

    Learn how to use comments in PHP, including single-line and multiline styles, with hash syntax and practical examples to explain code and improve readability.

  • Var in PHP7:11
  • Function4:48

    Learn how to define and call a function in PHP, name the function, pass data, and troubleshoot a line five error with a basic example.

  • Read file in PHP5:00

    Create a file on your server or local PC, then read its contents with PHP's file function. Run and test, printing the content and handling newline issues.

  • Time and date4:48

Requirements

  • Basic computer skill

Description

PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer. Don't be afraid reading the long list of PHP's features. You can jump in, in a short time, and start writing simple scripts in a few hours.

Although PHP's development is focused on server-side scripting, you can do much more with it. The course capture basics on, and see more in the What can PHP do? section, or go right to the introductory tutorial if you are only interested in web programming.

To get a feel for PHP, first start with simple PHP scripts. Since "Hello, World!" is an essential example, first we will create a friendly little "Hello, World!" script.

PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites.

This course capture few on PHP Basics

Tags and Syntax. PHP commands are embedded into HTML by one of several ways.

In general, PHP is regarded as an easy programming language to master for people just starting to learn to program. As with any programming language, PHP has rules of coding, abbreviations, and algorithms. Learning PHP will be easy or challenging depending on how you approach learning the language itself.

Who this course is for:

  • Beginner Web Developers that want to Learn the Basics of PHP