Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Writing Secure PHP Code - PHP Security Tutorial
Rating: 4.1 out of 5(261 ratings)
4,801 students

Writing Secure PHP Code - PHP Security Tutorial

Create secure PHP code and prevent attacks and exploits in your code - This is an Essential course for all developers
Created byInfinite Skills
Last updated 1/2017
English

What you'll learn

  • Learn how to write secure PHP code
  • Protect your website against attacks and exploits
  • Prevent PHP Injection and Cross-Site Scripting Attacks

Course content

7 sections43 lectures4h 33m total length
  • Important - Working Files - Download These First0:01
  • 0101 What Does The Course Cover?9:32

    Examine the nature and scope of php security threats, common attacks like cross-site scripting and eske fuel injection, and employ filtering, validation, and output escaping to prevent them.

  • 0102 How To Set Up For The Course4:42

    Set up the php course environment by configuring a mysql database and user, importing the suite's complete sql file, and deploying the demo site locally for labs.

Requirements

  • PC or Mac

Description

This PHP Security training video from Infinite Skills teaches you about the primary security considerations that can affect a PHP website, and how you can take preventative measures. This course is designed for users that already have a working knowledge of PHP and MySQL, and who develop PHP-based websites that contain sensitive or financial information.


You will start by learning about the most common forms of attack and what the consequences can be when your website is not protected. You will then move into learning about the filtering and validation functions in PHP, and why you should use them. Doug will teach you how you can protect your website against common website vulnerabilities and how to protect file uploads. Finally, this video tutorial will teach you how to protect against SQL injection attacks, and covers topics such as database escaping, using prepared statements, and protecting a MySQL database.

By the completion of this video based training course, you will have the knowledge required to ensure your website is secure against attacks and free of vulnerabilities. Working files are included, allowing you to follow along with the author throughout the lessons.

Who this course is for:

  • Programmers of all levels
  • Web developers