Discover Classes. Earn Rewards.

PHP Programming is unfortunately unavailable

Thankfully we have 3 other PHP Classes for you to choose from. Check our top choices below or see all classes for more options.

WordPress for Coders

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Take your WordPress skills to the next level with this coding-focused course that teaches you how to customize and enhance your WordPress website. Gain more control over WordPress by learning how to edit code, work with themes, and customize CSS. Expand your knowledge of WordPress and become a more proficient web developer.

(372) Intermediate 18 and older
$425

2 sessions

Gift it!

WordPress Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Master the art of creating and managing professional websites and blogs without any web design background or coding knowledge with this essential WordPress course. Gain the skills needed to control the layout, appearance, and functionality of WordPress sites using easy-to-use tools, making you a valuable asset in the web development industry.

(372) All levels 18 and older
$995

6 sessions

Gift it!

Querying MySQL

ONLC Training Centers @ 2 Park Ave, New York, NY

Unlock the power of MySQL with a comprehensive course that delves into database fundamentals, SQL programming, and MySQL features. Ideal for application and web developers seeking to enhance their database skills in a platform-independent environment.

(7) Beginner 18 and older
$2,100

3 sessions

Gift it!
See all PHP classes NYC

PHP Programming

  • All levels
  • 18 and older
  • $2,295
  • (Exact location to be announced), New York, NY
  • 32 hours over 4 sessions

Start Dates (0)

  • $2,295
  • NY - Manhattan @ (Exact location to be announced), New York, NY 00000
  • 32 hours over 4 sessions
Showing 10 of 0

Class Description

Description

What you'll learn in this php training:

All HOTT courses are available face-to-face, remote-live, on-demand or on-site at your facility

This hands on PHP Programming course provides the knowledge necessary to design and develop dynamic, database-driven web pages using PHP version 5. PHP is a language written for the web, quick to learn, easy to deploy and provides substantial functionality required for e-commerce. This course introduces the PHP framework and syntax, and covers in depth the most important techniques used to build dynamic web sites.


Students learn how to connect to any ODBC-compliant database, and perform hands on practice with a MySQL database to create database-driven HTML forms and reports. 


E-commerce skills including user authentication, data validation, dynamic data updates, and shopping cart implementation are covered in detail. Students also learn how to configure PHP and the Apache Web Server. Comprehensive hands on exercises are integrated throughout to reinforce learning and develop real competency.


Students Will Learn:

  • Creating and modifying a PHP page
  • Working with variables and data types
  • Using if/elseif/else statements to control processing conditionally
  • Creating programs that include for, while, and do loops to process statements repeatedly
  • Employing the break, continue, and exit statements to modify default loop behaviors
  • Creating arrays
  • How to manipulate strings in PHP using the built-in functions
  • Maintaining state using cookies, session variables, hidden form fields and query strings
  • The fundamental techniques necessary to create a shopping cart solution
  • Using SQL to SELECT, INSERT, UPDATE and DELETE data from tables
  • Using the phpMyAdmin utility to administer the MySQL database
  • Using PHP to manipulate files
  • Identifying and handling the three main types of errors that can occur when programming with PHP

Course Prerequisites: 

  • Basic computer skills and knowledge of HTML fundamentals equivalent to attending the Website Development with HTML5, CSS and Bootstrap course.
  • Prior programming experience is helpful but not required.

Course Overview


Overview Of PHP

  • Static vs. Dynamic Web Sites
  • Dynamic Content from Databases
  • Developing Dynamic Internet Applications
  • Client-Side Scripting vs. Server-Side Scripting
  • Overview of PHP Advantages and Capabilities
  • Configuring php.ini
  • PHP vs. ASP

Basic Scripting and Looping Constructs

  • PHP Scripting Fundamentals
  • Print Statement
  • Code Blocks
  • Primitive Data Types
  • Defining Constants and Variables
  • Looping Constructs
    - while
    - do... while
    - for
    - exit and break

Conditional Constructs

  • True and False Expressions
  • if, else and elseif
  • switch/case Statement
  • The ? (Ternary) Operator
  • Timestamps

Introduction to the Windows IIS Server or Apache Web Server

  • Server Configuration Files
  • Configuring IIS or Apache for PHP
  • WWW Sites within IIS or Apache
  • Apache Virtual Hosts
  • IIS Virtual Directories
  • Website Properties

Modularity through Include Files

  • Using Include Files
  • The Require Statement
  • Modularizing Code with Functions
  • Defining and Using Basic Functions

PHP Operators

  • Logical Operators
  • Relational Operators
  • Bitwise Operators
  • Other Operators
  • PHP7 Null Coalescing operator
  • PHP7 Spaceship Operator

PHP Functions

  • Introduction to Functions
  • Declaring Functions
  • Scope
  • Passing Arguments to Functions
  • Local and Global Scope
  • Passing Arguments to Functions by Value and Reference
  • Variable Scoping and Return Values
  • Recursion
  • Coercive and Strict Type Declarations for Parameters and Return Values
  • Optional and REST Parameters
  • Argument Unpacking
  • Generator Return Expressions
  • Dynamic Function Calls
  • Predefined PHP Functions

Working with Databases and Forms

  • Configuring PHP For Database Support
  • PHP's Database APIs
  • PHP's SQL API
  • MySQL vs. Access
  • MySQL vs. SQL Server
  • Database Drivers
  • Database Driver Class Wrappers
  • ODBC
  • Simple SQL Queries via PHP
  • Tracking Visitors with Session IDs
  • Populating Forms
  • Retrieving Data from Forms

PHP 7 New Features

  • Function Improvements
  • New Operators
  • Unicode Codepoint Syntax
  • Filtered Unserialize
  • IntlChar Support
  • Expectations

Arrays in PHP

  • What are Arrays?
  • Usage of Arrays in PHP
  • Array Indexing
  • Initializing Arrays
  • Operating on Arrays
  • Sorting Arrays
  • One-Dimensional Arrays
  • Multi-Dimensional Arrays
  • Associative Arrays
  • Array Functions
  • Forms and Arrays in Web Applications

Basic OOP in PHP

  • Defining Object Oriented
  • Programming
  • Creating New Objects in PHP
  • PHP Object Syntax
  • Using Predefined PHP OOP Libraries

Writing OOP PHP

  • Implementing New Classes
  • Extending Classes
  • Understanding Private, Public and Protected
  • Inheriting Methods and Properties
  • Overriding Methods and Properties

Working with Data Files in PHP

  • Searching File Contents With Regular Expressions
  • Changing and Editing File Contents
  • Splitting and Joining Information Inside Files
  • String Functions
  • Regular Expression Functions
  • Reading, Writing and Deleting Files
  • Handling File Permissions
  • File Locking
  • Reading Directory Contents
  • Creating and Deleting Directories

Enabling E-Commerce

  • Required Characteristics of an E-Commerce Site
  • Authentication and Authorization
  • Data Validation
  • Building a Custom Shopping Cart
  • Persisting Shopping Cart Data Over Multiple Pages
  • Criteria for Evaluating Third Party Shopping Cart Solutions
  • Open Source vs. Commercial Shopping Cart Solutions
  • Order Processing via the Web
  • Implementing Order System Security using SSL
  • Using Mail Servers (SMTP and Sendmail) for Client Communication
  • Configuring E-mail Output Parameters

Configuring and Using MySQL

  • MySQL as a Client/Server Solution
  • Introduction to MySQL Capabilities as a Powerful RDBMS
  • Installing and Configuring MySQL
  • Connecting to MySQL
  • PHP Functions Specific to MySQL
  • Executing SQL Calls
    - SELECT
    - INSERT
    - FETCH
    - UPDATE
    - DELETE
  • Using PHP MyAdmin to Configure MySQL

Using Cookies with PHP

  • Purpose of Cookies
  • Cookie Myths
  • Setting Cookies
  • Retrieving Cookies
  • Expiring Cookies
  • Deleting Cookies
  • Storing Arrays in Cookies

Miscellaneous PHP Tasks

  • Error Logging
  • Session Management and Maintaining State
  • Web Application Architecture
  • Using Environment Variables
  • Changing Execution by Redirecting to Other URLs
  • Embedding JavaScript within PHP
  • Using the HTTP Protocols to Pass Data
  • Showing Different Content to Different Browsers
  • Getting IP Addresses from Visitors

Implementing RESTful Servers with PHP

  • Understanding RESTful Servers
  • Benefits of PHP for Implementing RESTful Servers
  • Using HTTP Verbs to Access Data
  • Understanding RESTful URIs
  • Defining PHP Objects to Access RESTful URIs
  • Effective Use of OOP Inheritance
  • Implementing a RESTful Server in PHP for a Small Application

Refund Policy

Tuition includes all course materials. Students may withdraw before the second day of class to receive a 100% refund, provided course materials are returned to the instructor. Prorated refunds may be granted for withdrawals after the first day.

Cancellations and Changes: There are no cancellation fees.

Attendance Requirements: Students must attend each day of a course and successfully complete hands on exercises in order to receive a certificate of completion. If a student wishes to retake any portion of a class that he or she completes, the student may do so within 12 months at no extra cost.

Intended Audience: Hands On Technology Transfer, Inc., provides IT training designed for technology professionals who wish to quickly upgrade their computer skills. In most states, the employer bears all training costs.

Reviews of Classes at Hands On Technology Transfer, Inc. (7)

(4.6-star rating across 7 reviews)
See reviews for other classes at Hands On Technology Transfer, Inc.
loading...
Hide Reviews

Review Summary by CourseHorse

According to student reviews, classes at PHP Programming have received high praise for their knowledgeable and friendly instructors, as well as the excellent overall class experience. Students have found the remote class option to be particularly beneficial. The instructors at PHP Programming are highly skilled and provide informative and helpful classes. As a result of attending these classes, students have learned valuable material and have been able to exceed their expectations. Quotes: 1. "The instructor was very knowledgeable, friendly, and helpful. Overall class experience was excellent." 2. "Amazing instructor. Knew the material very well and his class was very informative. I hope to have additional training with instructors as knowledgeable as him." 3. "Both classes I've attended have exceeded my expectations from the course material to the explanation of the labs and the help I received."

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 22950 points. Points give you money off your next class!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

Hands On Technology Transfer, Inc.

HOTT delivers instructor-led technical training across the United States, Canada and the United Kingdom. Whether you attend in person, remote-live or on-demand, our classroom-based training philosophy zeroes in on your ability to work more productively and with higher quality results after training....

Read more about Hands On Technology Transfer, Inc.

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified NYC educator.

Hands On Technology Transfer, Inc.

Hands On Technology Transfer, Inc.

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Coding Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...