PHP Predefined Variables
Interaction and usability is a common goal when creating a website. This course targets PHP developers who know PHP and want to leverage the built-in predefined variables, including uploading files via a form and server variables.
What you'll learn
Besides the interaction between the user and the website, predefined variables can provide key information about the server environment and the user. In this course, PHP Predefined Variables, you'll learn how to make your website more interactive. First, you'll discover how to create more robust forms, leveraging sessions that span multiple pages of data. Next, you'll explore the ability to save cookies. Finally, you'll learn how to upload files and other form data, which utilize these predefined variables. When you're finished with this course, you'll have a stronger understanding of the PHP programming language, and have the ability to create more interactive websites with predefined variables.
Table of contents
- Introduction 1m
- Demo - $_SERVER 1m
- Demo - Filename of Executing Script v1 2m
- Demo - Filename of Executing Script v2 2m
- Demo - Root Directory of Given Web Site 2m
- Demo - Server IP Address 1m
- Demo - User IP Address 1m
- Demo - Host Name 1m
- Demo - User Agent Information 2m
- Demo - Time Script Was Requested 2m
- Summary 1m