PHP Introduction
Course Facts
- 2 day course
- Our Trainers are Authorised Professionals
- Live Online or Classroom-based
- Certificate of completion
- Maximum class size of 6 for scheduled courses
- Unlimited support after your course
- Courses at all levels: Introduction, Intermediate, Advanced and Masterclasses
Related Courses
Private One-to-One Training
One-to-one tuition tailored to your exact requirements. Your choice of duration, dates and content.
Enquire NowTeam Training for Companies
Group bookings provide you with the most cost-effective way to train your team.
Enquire NowTeam Training and Bespoke Sessions
Booking a private training session allows you to focus on your exact needs on dates that work best for you or your team.
- Sessions can be run online or in person, on your site or at our London training centre.
- We manage training for many of the UK’s largest companies, taking care of all the admin, working with you to ensure the perfect course.
- Our expert trainers will first understand your requirements and then tailor each session to your exact specification.
- We offer a free consultation service to work out every detail of your course.
Prices for bespoke sessions with our expert trainers start at £525 + VAT.
Overview
Course Outline
Introduction
- What is PHP? What can it do?
- Advantages of PHP
- How it works
- Necessary Setup
- Installing PHP
- Installing MySQL
PHP Syntax
- How to Save Your PHP Pages
- Creating a simple HTML & PHP Page
- The Semicolon
- White Space
PHP Variables
- A Simple Variable Example
- Variable Naming Conventions
- The Echo Function
- Outputting a String
- Echoing Quotes
- Echoing Variables
PHP Strings
- String Creation
- Using Single and Double Quotes
- Concatenation
PHP Operators
- Assignment Operators
- Arithmetic Operators
- Comparison Operators
- String Operators
- Combination Arithmetic & Assignment Operators
- Increment & Decrement
Using Comments in PHP
- Comment Syntax
- Single Line Comments
- Multiple Line Comments
- Good Commenting Practices
Server-Side Includes
- The Include Function
- Using the Include Function
- PHP Require Function
- Require vs Include
Conditional Statements
- The If Statement
- If/Else Conditional Statment
- Elseif
- PHP Switch Statement
- Switch Statement: Default Case
Using PHP With HTML Forms
- Creating the HTML Form
- PHP Form Processor
PHP Arrays
- A Numerically Indexed Array
- Associative Arrays
Looping in PHP
- While Loop
- For Loop
- For Each Loop
- Do While Loop
Using PHP with a database
- Connecting to a database
- Querying a database
- Displaying error messages
Introduction to SQL
- What is SQL?
- Using SELECT
- Using INSERT, DELETE and UPDATE
- Filtering search results
Using PHP with SQL
- Displaying data on the page
- Using loops to access all data
- Inserting, deleting and updating a record
Related Courses
Our Clients
Why Transmedia?
Unlimited Training Support
We offer unlimited training support after your course.
Bespoke Training Solutions
Customised training and software solutions based on your exact specification.
Worldwide Creative Skills Training
Join our authorised training courses live online from anywhere in the world.
Authorised Training Professionals
Our experts are accredited by Adobe, Apple and Claris and bring years of experience and real-world expertise.
Courses Live Online
Join our virtual classrooms to learn from the comfort of your own space in real time from our accredited training experts.
SEE COURSESClassroom Training
Join us at one of our Authorised Training Centres for a traditional classroom-based experience.
We have everything ready for you to have the best training experience.
SEE COURSESPrivate Courses
One-to-one tuition or a private group training with just you or your colleagues.
We can train you live online, at one of our centres or onsite, wherever you are located.
SEE COURSESUseful Links
- Official PHP developers’ page – All about PHP, a popular general-purpose scripting language that is especially suited to web development
- PHP tutorials from W3 Schools – One of the most well known tutorial sites
- Wikipedia page for PHP – History and capabilities of PHP