Search icon

Master PHP fundamentals for web development. Learn from experts to create dynamic websites, optimise backend processes and enhance your programming skills.

2 day course     10am - 5pm     Live Online or Classroom-based

What you will learn

  • Exploring the PHP environment and syntax, enabling you to create dynamic web pages and applications.
  • How to use variables, operators and control structures, empowering you to write PHP code effectively.
  • Understanding how to work with forms, cookies and sessions, helping you create interactive web experiences.
  • How to connect to databases and retrieve data, enabling you to build data-driven websites.
  • Exploring how to use PHP functions, classes and objects, helping you organise and reuse your code.
  • How to deploy your PHP applications to web servers, empowering you to share your work with the world.
  • Understanding best practices for PHP development, security and performance, helping you create robust and reliable web applications.
  • PHP Introduction

    I've been working for five years with the amazing Tony on web application development. I love working with Transmedia! Quality is high and the cost is fair. Cannot recommend this company more highly.

    Fugro Satellite Positioning AS
    September 2025
  • Excellent. The right pace, the right style - great overall!

    Goldsmiths University of London
    August 2025
  • Today's lesson was really great and I really appreciate our trainer coming all the way to our offices!

    Formidable Media
    September 2025
  • The course was very informative, I learned a lot of useful information. Lee was great at teaching us and very accommodating to my work schedule which was really nice.

    CIPA
    August 2025
  • Thanks again for the session last week. I've received more glowing feedback about how inspired and engaged the team felt.

    Molson Coors
    August 2025
  • We had a fantastic session with Tony focused on designing for print. Tony tailored the day to our needs and left us feeling confident with a lot of new knowledge.

    Rebecca F
    September 2025
  • I have come away full of ideas and a much better understanding of how to use ChatGPT. My trainer made me feel comfortable and at ease and I now have a new confidence. Same trainer next time please!

    Bill’s Restaurant
    September 2025
  • Great delivery, enjoyable training session.

    August 2025
  • The session on the 25th was brilliant, thank you. The SEs found it very useful and loved the trainer's tips and tricks to help us update our prototypes quickly.

    Salesforce
    September 2025
  • It was a pleasure to attend this training session which was catered to our specific needs. Lee was clearly adept with his InDesign skills and very flexible managing our queries.

    Broadwick Studio
    August 2025
  • A very professional and thorough time learning Photoshop. The office and equipment were perfect and the staff very friendly and accommodating. I would recommend Transmedia as a great place to learn.

    Mirror Group
    August 2025
  • The trainer really knew his stuff. Did a great job in showing us the basics of getting around a Mac. Very well organised; quick to respond to enquiries and gave real life examples of issues.

    Hargreaves Lansdown Fund Managers Limited
    August 2025
  • Fabulous course. Excellent service provided by the admin and training teams.

    The White Company
    August 2025
  • Training was delivered in a relaxed, but very informative manner. I thoroughly enjoyed the course.

    Oxford Instruments
    August 2025
  • Everyone loved the training, another successful couple of days. Our trainer was an absolute dream. He makes everything so straightforward.

    Wren Kitchens
    August 2025
  • PHP Introduction

    I've been working for five years with the amazing Tony on web application development. I love working with Transmedia! Quality is high and the cost is fair. Cannot recommend this company more highly.

    Fugro Satellite Positioning AS
    September 2025
  • Excellent. The right pace, the right style - great overall!

    Goldsmiths University of London
    August 2025
  • Today's lesson was really great and I really appreciate our trainer coming all the way to our offices!

    Formidable Media
    September 2025
  • The course was very informative, I learned a lot of useful information. Lee was great at teaching us and very accommodating to my work schedule which was really nice.

    CIPA
    August 2025
  • Thanks again for the session last week. I've received more glowing feedback about how inspired and engaged the team felt.

    Molson Coors
    August 2025
  • We had a fantastic session with Tony focused on designing for print. Tony tailored the day to our needs and left us feeling confident with a lot of new knowledge.

    Rebecca F
    September 2025
  • I have come away full of ideas and a much better understanding of how to use ChatGPT. My trainer made me feel comfortable and at ease and I now have a new confidence. Same trainer next time please!

    Bill’s Restaurant
    September 2025
  • Great delivery, enjoyable training session.

    August 2025
  • The session on the 25th was brilliant, thank you. The SEs found it very useful and loved the trainer's tips and tricks to help us update our prototypes quickly.

    Salesforce
    September 2025
  • It was a pleasure to attend this training session which was catered to our specific needs. Lee was clearly adept with his InDesign skills and very flexible managing our queries.

    Broadwick Studio
    August 2025
  • A very professional and thorough time learning Photoshop. The office and equipment were perfect and the staff very friendly and accommodating. I would recommend Transmedia as a great place to learn.

    Mirror Group
    August 2025
  • The trainer really knew his stuff. Did a great job in showing us the basics of getting around a Mac. Very well organised; quick to respond to enquiries and gave real life examples of issues.

    Hargreaves Lansdown Fund Managers Limited
    August 2025
  • Fabulous course. Excellent service provided by the admin and training teams.

    The White Company
    August 2025
  • Training was delivered in a relaxed, but very informative manner. I thoroughly enjoyed the course.

    Oxford Instruments
    August 2025
  • Everyone loved the training, another successful couple of days. Our trainer was an absolute dream. He makes everything so straightforward.

    Wren Kitchens
    August 2025

This PHP Introduction course includes

  • bullet point icon Authorised Certificate
  • bullet point icon Lifetime support after your course
  • bullet point icon Course materials
  • bullet point icon Live Instructor-led training
  • bullet point icon Refreshments all day
  • bullet point icon Latest Mac or PC ready to go
  • bullet point icon Authorised Trainers
  • bullet point icon Hands-on exercises

Book this course

We offer PHP Introduction as a private course.

You can select a date which suits you or your team.

The course content can be fully customised to your exact learning requirements.

Request dates

Google Reviews

I’ve been working for five years with the amazing Tony on web application development. I love working with Transmedia! Quality is high and the cost is fair. Cannot recommend this company more highly.

Fugro Satellite Positioning AS
September 2025

Course Outline for PHP Introduction

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
Show more

FAQs about the PHP Introduction course

Is this PHP Introduction course suitable for me?

This course is designed for people who are new to PHP or have been using PHP for a while but have never had formal training or who would like to learn best practice in PHP. If you are have any questions about whether the course could meet your needs, please speak to our customer service team. They will be delighted to advise you.

Will I receive a certificate upon completion of my PHP Introduction course?

Yes, you'll receive a certificate of completion from Transmedia, demonstrating your knowledge and attendance on our PHP Introduction course. Our certificates note our Authorised Training Centre status.

How is the content taught throughout the PHP Introduction course?

Our PHP Introduction course is extremely interactive. You will be using PHP throughout the day, working through examples and live projects under the guidance of our trainer, who will be supporting you through each step.

What is the recommended number of people for the class when I attend the PHP Introduction course?

For private classes in PHP Introduction, we recommend a maximum of 8 to 10 people from the same company in the class. Please ask our customer service team to help you find the right balance of people per class and the number of days training you need.

Should I attend the PHP Introduction course in person or live online?

For in-person courses at our London training centre, you will receive a warm personal welcome, your choice of the latest Mac or PC and morning and afternoon refreshments. If you prefer to attend remotely, rest assured that you will be taught live by the same experts that deliver our in-person courses, covering the same training content, using the same exercises and materials. A second monitor is recommended but not essential.

What support is available after I attend the PHP Introduction course?

We offer ongoing support to our PHP Introduction course attendees through email and by arrangement, phone calls. You are welcome to ask any questions on topics covered during training. Our trainer will always do their best to explain principles and help you with any issues you encounter.

PHP Introduction — Team and Bespoke Training

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 £595 + VAT, depending on the course and number of people.
Costs include all preparation time to customise the course to your exact requirements.

Private One-to-One Training

One-to-one tuition tailored to your exact requirements. Your choice of duration, dates and content.

Book Now

Team Training for Companies

Group bookings provide you with the most cost-effective way to train your team.


Book Now

Our Clients

victoria and albert museum logo usaid logo hsbc logo s4c logo formula 1 logo hmpps logo british library logo five cowries logo apollo tyres logo game of thrones logo university of cambridge logo natural history museum logo hiscox logo rapha logo wcrf logo university of oxford logo nhs logo dyson logo banking standards board logo raf logo bbc logo clarks logo

Latest Blog Articles

Why Transmedia?

Icon of an activity line

Unlimited Training Support

We offer unlimited training support after your course.

Icon of an activity line

Bespoke Training Solutions

Customised training and software solutions based on your exact requirements.

Icon of an activity line

Worldwide Creative Skills Training

Join our authorised training courses live online from anywhere in the world.

Icon of an activity line

Authorised Training Professionals

Our experts are accredited by Adobe, Apple and Claris and bring years of experience and real-world expertise.