HOME > Development > PHP Specialist (2017 Edition)

PHP Specialist (2017 Edition)

  • Development
  • Mar 07, 2025
SynopsisPHP Specialist (2017 Edition , available at $49.99, has an av...
PHP Specialist (2017 Edition)  No.1

PHP Specialist (2017 Edition), available at $49.99, has an average rating of 4.85, with 54 lectures, based on 31 reviews, and has 318 subscribers.

You will learn about Set up a PHP Web Server Integrate PHP with HTML code Call PHP Pages from HTML Use the echo() and print() functions Integrate HTML with echo() and print() functions Declare and use constants Declare and initialize PHP variables Understand the type of values held in PHP variables Use arithmetic operators to perform math functions Use comparison operators to make logical comparisons Understand basic if statments Create complex if statements which facilitate multiple outcomes Use the PHP switch statement Work with while loops. Identify when a dowhile loop is appropriate and use it Code a for loop Create simple arrays Use a foreach statement to loop through an array Create associative arrays Understand and use multidimensional arrays Identify and use the superglobal arrays included in PHP Use string functions to manipulate strings Convert strings to arrays and vice-versa Use hashes and encryption to enhance application security Write simple functions Write functions that take arguments and return a value Read and write text files to the server Read, write and parse CSV files Set, read and delete cookies Create sessions Pass session variables between PHP pages Expire sessions as required Send plain text and HTML emails using PHP Use a database to create a complete CRUD app Store data in the database Retrieve data from the database Modify and delete database data This course is ideal for individuals who are New developers who want to add PHP to their tool aresneal or Web Designers who want to start writing code or Teachers and students or Current developers who need to learn PHP It is particularly useful for New developers who want to add PHP to their tool aresneal or Web Designers who want to start writing code or Teachers and students or Current developers who need to learn PHP.

Enroll now: PHP Specialist (2017 Edition)

Summary

Title: PHP Specialist (2017 Edition)

Price: $49.99

Average Rating: 4.85

Number of Lectures: 54

Number of Published Lectures: 53

Number of Curriculum Items: 54

Number of Published Curriculum Objects: 53

Original Price: $89.99

Quality Status: approved

Status: Live

What You Will Learn

  • Set up a PHP Web Server
  • Integrate PHP with HTML code
  • Call PHP Pages from HTML
  • Use the echo() and print() functions
  • Integrate HTML with echo() and print() functions
  • Declare and use constants
  • Declare and initialize PHP variables
  • Understand the type of values held in PHP variables
  • Use arithmetic operators to perform math functions
  • Use comparison operators to make logical comparisons
  • Understand basic if statments
  • Create complex if statements which facilitate multiple outcomes
  • Use the PHP switch statement
  • Work with while loops.
  • Identify when a dowhile loop is appropriate and use it
  • Code a for loop
  • Create simple arrays
  • Use a foreach statement to loop through an array
  • Create associative arrays
  • Understand and use multidimensional arrays
  • Identify and use the superglobal arrays included in PHP
  • Use string functions to manipulate strings
  • Convert strings to arrays and vice-versa
  • Use hashes and encryption to enhance application security
  • Write simple functions
  • Write functions that take arguments and return a value
  • Read and write text files to the server
  • Read, write and parse CSV files
  • Set, read and delete cookies
  • Create sessions
  • Pass session variables between PHP pages
  • Expire sessions as required
  • Send plain text and HTML emails using PHP
  • Use a database to create a complete CRUD app
  • Store data in the database
  • Retrieve data from the database
  • Modify and delete database data
  • Who Should Attend

  • New developers who want to add PHP to their tool aresneal
  • Web Designers who want to start writing code
  • Teachers and students
  • Current developers who need to learn PHP
  • Target Audiences

  • New developers who want to add PHP to their tool aresneal
  • Web Designers who want to start writing code
  • Teachers and students
  • Current developers who need to learn PHP
  • This completes it

    PHP is the stepping stone to your first professional?development gigs

    PHP is the most popular back end language on the web.

    Companies like Facebook and Tumblr use PHP as their primary back end coding language. It’s in universal demands, and, as a new developer you’re expected to know you’re way around the front end and the back end. ?That’s where PHP comes in.

    There was a time when a web developer could get away with knowing just HTML and some Javascript– but now as employers are looking for more value, you have to know more. ?PHP lets you access an entire world of backend databases, like mySQL which is introduced in this course.

    FACT: ?With PHP knowledge you’ll be able to complete more advanced projects and be more employable.

    People ask all the time: ?What’s the best past to becoming a professional developer?

    People going in to web development need two types of technical knowledge. First, they need to know how to manipulate content in a browser. ?That’s where HTML5 and Javascript come in. ?But they also need to be able to interact with backend systems– like eCommerce systems, databases and content management systems.

    With PHP, developers:

  • Create systems by which data can be stored and retrieved in a database
  • Interact with eCommerce systems facilitating sales, credit card processing and shipping all over the world
  • Create complex content and customer management systems customized for industry use.
  • Create plugins and customizations for the most the most popular content management systems in the world– WordPress, Drupal?and Joomla (all of which are written in PHP!)
  • Course Curriculum

    Chapter 1: Getting Started: Welcome to the Course

    Lecture 1: Introduction

    Chapter 2: Section 1: Your First Lines of PHP

    Lecture 1: Quickstart: Your First PHP Script

    Lecture 2: Setting Up Your Web Server

    Lecture 3: Integrating HTML and PHP

    Lecture 4: Calling PHP Pages from HTML

    Chapter 3: Echo and Print

    Lecture 1: Echo and Print Text

    Lecture 2: Echo and Print Numbers and Expressions

    Lecture 3: Echo and Print with HTML Code

    Chapter 4: Constants and Variables

    Lecture 1: Constants

    Lecture 2: Declaring and Initializing PHP variables

    Lecture 3: PHP Variable Types

    Chapter 5: PHP Operators

    Lecture 1: Arithmetic Operators

    Lecture 2: Comparison Operators

    Lecture 3: Logical Operators

    Lecture 4: Assignment Operators

    Chapter 6: Conditionals in PHP

    Lecture 1: Basic If Statements

    Lecture 2: If Else

    Lecture 3: Else IF

    Lecture 4: Switch Statements

    Chapter 7: Loops

    Lecture 1: While Loops

    Lecture 2: Do While Loops

    Lecture 3: For Loops

    Chapter 8: File Inclusion

    Lecture 1: Include

    Lecture 2: Require

    Chapter 9: Arrays

    Lecture 1: Simple Arrays

    Lecture 2: ForEach Through an Array

    Lecture 3: Associative Arrays

    Lecture 4: Multidimensional Arrays

    Lecture 5: Super global Arrays

    Chapter 10: PHP Strings

    Lecture 1: strlen(), strpos(), str_word_count()

    Lecture 2: str_getcsv(), addlsashes(), stripslashes()

    Lecture 3: implode() and explode()

    Lecture 4: Hashes and Encryption

    Chapter 11: Functions in PHP

    Lecture 1: Simple Functions

    Lecture 2: Function Arguments

    Lecture 3: Return Values

    Chapter 12: File I/O with PHP

    Lecture 1: Writing Files to the Server

    Lecture 2: Reading Files from the Server

    Lecture 3: Writing CSV Files

    Lecture 4: Reading CSV Files

    Chapter 13: Working with Cookies

    Lecture 1: Setting Cookies

    Lecture 2: Reading Cookies

    Lecture 3: Deleting Cookies

    Chapter 14: Working with Session Variables

    Lecture 1: Beginning a Session

    Lecture 2: Passing Session Variables

    Lecture 3: Ending a Session

    Chapter 15: Sending Email with PHP

    Lecture 1: Sending Plain Text Email

    Lecture 2: Sending HTML Email

    Chapter 16: Working with a MySQL database

    Lecture 1: Connecting to a MySQL Database

    Lecture 2: Making a Simple Database Query

    Lecture 3: Saving Data to a Database

    Lecture 4: Editing Data in a Database

    Lecture 5: Deleting Data in a Database

    Instructors

  • PHP Specialist (2017 Edition)  No.2
    SkillSprints Inc.
    Closing the Digital Skills Gap
  • PHP Specialist (2017 Edition)  No.3
    Mark Lassoff
    Programming Instructor with over 500,000 students worldwide.
  • Rating Distribution

  • 1 stars: 1 votes
  • 2 stars: 1 votes
  • 3 stars: 1 votes
  • 4 stars: 9 votes
  • 5 stars: 19 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!