Developing Websites with PHP Training Course
This course focuses on developing web applications using PHP. It is designed for individuals who are already acquainted with other procedural programming languages. Throughout the course, participants will gain skills in creating a basic dynamic application utilizing PHP and a MySQL database.
This course is available as onsite live training in Taiwan or online live training.Course Outline
PHP Language Syntax and Basic Concepts
- PHP Install and Libraries
- PHP Syntax
- PHP Variables
- PHP String
- PHP Operators
- If...Else, Switch
- Arrays
- While Loops
- For Loops
- Functions
- Forms
- Forms feedback, GET and POST
- PHP Include
Data Structures
- Associative arrays
- Session variables, global variables, cookies
- Date
- File and File Upload
- Cookies and Sessions
- Error Handling
- Exceptions Handling
- PHP Filter
Object Oriented Programming (OOP)
- classes
- access modifiers
- constructors
- inheritance
Using Databases
- connect to the database
- storing passwords
- executing queries
- processing data
- modifying and removing data
- binding form to records in the database
Security
- authorization and authentication
- using cookies and sessions
Dealing with Images
- GD Library and alternatives
PHP XML
- SimpleXML
- Expat Parser
- XML DOM
Requirements
Good HTML knowledge required, any basic procedural language knowledge recommended (C, Pascal, Basic, etc.)
Open Training Courses require 5+ participants.
Developing Websites with PHP Training Course - Booking
Developing Websites with PHP Training Course - Enquiry
Developing Websites with PHP - Consultancy Enquiry
Testimonials (1)
Tailored specifically to my needs and lots of Rural examples.
Catherine Redfern
Course - Developing Websites with PHP
Upcoming Courses
Related Courses
Creating and managing Web sites
35 HoursThe training program equips you with the skills needed for a professional web designer (occupation code: 213202 as per the Standards of Professional Qualifications) in the areas of "HTML and CSS in web design" and includes a programming challenge using JavaScript and PHP.
This program assumes that participants will be able to design and develop websites using HTML 4.0 and Cascading Style Sheets 2.0. In constructing a website, you will use HTML tags to add text, graphics, tables, and interactive forms to web pages, as well as create links to other web pages and sites. With Cascading Style Sheets 2.0, you will format web content according to client specifications.
Graduates of this course can seek employment in service companies that specialize in web design or start their own consulting business (self-employed). The training program covers the essential aspects of creating websites using HTML and CSS.
AdaBoost Python for Machine Learning
14 HoursThis instructor-led, live training in Taiwan (online or onsite) is aimed at data scientists and software engineers who wish to use AdaBoost to build boosting algorithms for machine learning with Python.
By the end of this training, participants will be able to:
- Set up the necessary development environment to start building machine learning models with AdaBoost.
- Understand the ensemble learning approach and how to implement adaptive boosting.
- Learn how to build AdaBoost models to boost machine learning algorithms in Python.
- Use hyperparameter tuning to increase the accuracy and performance of AdaBoost models.
Advanced PHP Programming
35 HoursIn this instructor-led, live training in Taiwan, participants will learn how to implement advanced PHP programming tools and techniques.
By the end of this training, participants will be able to:
- Learn advanced concepts in PHP programming.
- Establish consistency and solve advanced problems using PHP programming.
- Explore additional ways to build more flexible software using PHP.
Continuous Integration (CI) for PHP
14 HoursThis instructor-led, live training in Taiwan (online or onsite) is aimed at engineers who wish to use open source tools to automate the process of building, testing and deploying PHP applications and services.
By the end of this training, participants will be able to:
- Install and configure different open source tools to enable continuous integration, testing and deployment.
- Understand the advantages and disadvantages of employment different open source CI tools such as such as Gitlab CI and Jenkins.
- Combine CI tools with open source tools for unit testing as well as integration testing a PHP application.
Combined JAVA, PHP and Web Application Security
28 HoursEven experienced programmers may not fully grasp the various security services provided by their development platforms, nor are they always aware of the different vulnerabilities relevant to their projects. This course is designed for developers using both Java and PHP, equipping them with essential skills to make their applications resilient against modern internet attacks.
The levels of Java security architecture are explored through topics such as access control, authentication and authorization, secure communication, and various cryptographic functions. For PHP, the course introduces several APIs that can enhance code security, such as OpenSSL for cryptography and HTML Purifier for input validation. On the server side, best practices for hardening and configuring the operating system, web container, file system, SQL server, and PHP itself are covered, with a special emphasis on client-side security issues related to JavaScript, Ajax, and HTML5.
General web vulnerabilities are discussed using examples from the OWASP Top Ten, illustrating various injection attacks, script injections, session handling attacks, insecure direct object references, file upload issues, and more. The course also delves into Java- and PHP-specific language problems and runtime environment issues, grouped into standard vulnerability types such as missing or improper input validation, misuse of security features, incorrect error and exception handling, time- and state-related issues, code quality concerns, and mobile code vulnerabilities.
Participants can gain hands-on experience with the discussed APIs, tools, and configuration effects. Each introduction to a vulnerability is supported by practical exercises that demonstrate the consequences of successful attacks, show how to fix bugs and apply mitigation techniques, and introduce various extensions and tools.
Participants attending this course will
- Understand fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and how to prevent them
- Gain knowledge on client-side vulnerabilities and secure coding practices
- Learn to utilize various security features in the Java development environment
- Acquire a practical understanding of cryptography
- Learn to use various security features of PHP
- Understand the security concepts of web services
- Gain practical knowledge in using security testing tools
- Identify typical coding mistakes and how to avoid them
- Stay informed about recent vulnerabilities in Java and PHP frameworks and libraries
- Access sources and further readings on secure coding practices
Audience
Developers
Secure coding in PHP
21 HoursThe course equips PHP developers with the essential skills needed to protect their applications from modern internet attacks. It delves into web vulnerabilities through practical PHP-based examples, extending beyond the OWASP Top Ten to cover a wide range of issues such as injection attacks, script injections, session handling attacks in PHP, insecure direct object references, file upload problems, and more. Vulnerabilities specific to PHP are categorized into standard types like missing or improper input validation, incorrect error and exception handling, misuse of security features, and time- and state-related issues. Examples of the latter include open_basedir circumvention, denial-of-service through magic float, and hash table collision attacks. Participants will become familiar with key techniques and functions to mitigate these risks.
Special attention is given to client-side security, addressing JavaScript, Ajax, and HTML5 vulnerabilities. The course introduces several PHP extensions for security purposes, such as hash, mcrypt, and OpenSSL for cryptography, and Ctype, ext/filter, and HTML Purifier for input validation. Best practices for hardening PHP configuration (php.ini), Apache, and the server in general are also covered. Additionally, an overview of various security testing tools and techniques is provided, including security scanners, penetration testing and exploit packs, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both vulnerability introductions and configuration practices are reinforced with hands-on exercises that demonstrate the consequences of successful attacks, illustrate how to apply mitigation techniques, and introduce the use of various extensions and tools.
Participants attending this course will
- Understand fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and how to prevent them
- Gain knowledge on client-side vulnerabilities and secure coding practices
- Develop a practical understanding of cryptography
- Learn to utilize various security features in PHP
- Identify common coding mistakes and learn how to avoid them
- Stay informed about recent vulnerabilities in the PHP framework
- Acquire practical knowledge in using security testing tools
- Receive sources and further reading materials on secure coding practices
Audience
Developers
Design Patterns in PHP
14 HoursThis instructor-led, live training in Taiwan (online or onsite) is aimed at intermediate-level PHP developers who wish to apply design patterns effectively in their projects.
By the end of this training, participants will be able to:
- Understand the purpose and benefits of design patterns.
- Identify and implement appropriate design patterns for common scenarios.
- Structure PHP applications using industry-recognized best practices.
- Integrate patterns into modern frameworks such as Symfony or Zend.
Laravel PHP Framework
14 HoursThis instructor-led, live training in Taiwan introduces the fundamentals of Laravel and walks participants through the creation of a Laravel-based web application.
Laravel Livewire
7 HoursThis instructor-led, live training in Taiwan (online or onsite) is aimed at developers who wish to learn and use Livewire to build modern and dynamic application interfaces.
By the end of this training, participants will be able to:
- Build and test livewire components.
- Build applications using the Livewire library.
- Create dynamic components within PHP.
Laravel and Vue.js
14 HoursThis instructor-led, live training in Taiwan (online or onsite) is aimed at web developers who wish to use Laravel and Vue JS for fullstack web development.
By the end of this training, participants will be able to:
- Develop web applications with Laravel and Vue JS.
- Integrate the Laravel backend API into Vue JS.
- Deploy a Laravel application.
PHP Websites Optimization
7 HoursThis course is designed for PHP programmers and website developers who are keen on optimizing PHP code.
The curriculum demonstrates techniques for identifying performance bottlenecks and effectively refactoring or modifying the code.
Participants will work with actual web page examples, tracking, analyzing, and enhancing their performance throughout the course.
PHP Patterns and Refactoring
21 HoursThis course is tailored for seasoned programmers who wish to delve into the challenges associated with using design patterns and refactoring. Participants will gain a deep understanding of the characteristics and real-world applications of these patterns, enabling them to efficiently construct well-structured application code.
PHP for Wordpress
21 HoursWith a market share of 60%, WordPress is the preferred Content Management System (CMS) for many of the world's most prominent websites. PHP, a server-side language, powers approximately 82 percent of the web.
In this instructor-led, live training (onsite or remote), participants with little to no previous programming experience will learn how to customize a WordPress website using PHP.
By the end of this training, participants will be able to:
- Set up the necessary development tools to quickly start working with PHP
- Understand and modify the various types of PHP files in WordPress
- Grasp PHP syntax (conditional statements, loops, functions, etc.)
- Create their own plugin or theme within WordPress
- Debug, deploy, and troubleshoot a WordPress website
Audience
- Web designers
- Content creators with technical skills
- Business owners with technical skills
- Developers new to PHP
Format of the Course
- Interactive lecture and discussion
- Plenty of exercises and practice
- Hands-on implementation in a live-lab environment
Note
- To request a customized training for this course, please contact us to arrange.
- To learn more about WordPress, visit: https://wordpress.org/
Laravel: Middleware Development
14 HoursThis instructor-led, live training in (online or onsite) is aimed at web developers who wish to build middleware and web services in Laravel.
By the end of this training, participants will be able to:
- Use Laravel PHP Aritisan to generate code and components.
- Build RESTful APIs in Laravel that can browse, read, edit, add, and delete.
- Filter and sort results based on URL parameters using RESTful APIs.
Website Development in PHP
21 HoursThis course introduces participants to the PHP programming language and its seamless integration into the web environment. Participants will gain skills in creating dynamic web pages, developing database applications, and securing these applications against unauthorized access.