Practice Task: Creating a Modular PHP Script

Task Description:

Create a modular PHP script that includes multiple files and stores their return values in variables.
The script should contain comments and demonstrate different PHP statements.
You should use include, require, include_once, and require_once.

Specific Requirements:

Create PHP files:

Comments in PHP:

PHP Statements:

Include and Require:

Include_once and Require_once:

Store Return Value in a Variable: