Easy PHP Projects: Single-Serving Sites

Go to class
Write Review

Free Online Course: Easy PHP Projects: Single-Serving Sites provided by LinkedIn Learning is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Easy PHP Projects: Single-Serving Sites is taught by Kevin Skoglund.

Overview
  • Discover how to build effective websites with a single page, with these quick and easy projects. Learn to add IP and browser detection, date comparisons, and style randomization.

Syllabus
  • Introduction

    • Welcome
    • How to use the exercise files
    • Introducing single-serving sites
    1. What is My IP Address?
    • Find an IP address with PHP
    • Understanding proxy servers
    • Find forwarded IP addresses
    • Validate an IP address
    • Finish up
    2. Browser Mirror
    • Display a full request report
    • Decode request time
    • Browser detective
    • Decode browser details
    • Finding browser window size
    3. Is it New Years Yet?
    • Work with date and time in PHP
    • Is it Friday yet?
    • Is this a leap year?
    • Add a form for year selection
    • Convert a time string to a timestamp
    • Is Star Wars out yet?
    • Add a form for episode selection
    4. Random Data and Styling
    • Randomize data in PHP
    • Random color squares
    • Random text styling
    • Delete elements from arrays
    • You are awesome!
    5. Random Phrase Generator
    • Introducing PHP array_rand
    • Generate sentence parts
    • Generate complex sentences
    • Increase complexity
    Conclusion
    • Next steps