Question: In this assignment we will start using PHP to generate web pages. In this assignment, and all of the rest of the assignments in this
In this assignment we will start using PHP to generate web pages. In this assignment, and all of the rest of the assignments in this course, your PHP script should generated a valid webpage for it's output.
Create a new script that generates a simple bill:
- Define and assign a string variable for your name
- Define and assign variables for an address (should be random data).
- Address
- City
- State
- Zip
- Phone number
- Define and assign variables
- Billed hours (should be something like 2.5).
- Hourly rate (should be something like 30.00)
- Description
- Generate a bill.
- The bill should be generated from the variables.
- The invoice should be styled with bootstrap or a custom CSS file.
- The PHP file should be fully commented and include your name in the comments
What to submit:
You should submit all files related to the program including:
All PHP files, any HTML files, any image files. I should be able to recreate your project on my computer.
Example Output: (Keep in mind that this isn't styled, yours should be)

SERVICE INVOICE Superstar Computer Services 61 Windfall Street Georgetown, DE 19947 Bill To: John Smith 123 Elm Street Millsboro, DE 19999 Service Description: Remove computer virus Time: 2.5 Hours Hourly Rate: $30.00 per hour Total: $75.00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
