Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create header.php, footer.php, nav.php, utils.php, page1.php, and page2.php, style.css . Descriptions listed below: header.php - php file that you will require within your page1.php and

Create header.php, footer.php, nav.php, utils.php, page1.php, and page2.php, style.css. Descriptions listed below:

  • header.php - php file that you will require within your page1.php and page2.php. The header.php file will contain doctype declaration, html, head, title and link tags. Be sure to link your style.css. End the file with the open body tag.
  • footer.php - php file that will contain an html footer division, a closing body tag, and a closing html tag. This script will require_once utils.php to call displayDateAndTime function to print the current date and time within the footer.
  • nav.php - php file that will contain an unordered list of anchors that will reference page1.php and page2.php..
  • utils.php - php file that contains user defined functions and defined constants. In this file you will write two functions: displayDateAndTime() and another function of your choosing, I'll label as foo() for now. displayDateAndTime() will echo the current date and time within the footer section of the page, which utils.php will be required_once within page1.php, page2.php, and footer.php. Your function foo() will be called within the page1 and page2 content to demonstrate the function being called.
  • page1.php and page2.php - two seperate pages that will act as the page construction scripts. These scripts will be somewhat the same, however content of the two pages being different. Each page will require header.php, nav.php, and footer.php. They will also requre_once utils.php. Fill the content of the page such that page1 has different content than page.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

Students also viewed these Databases questions