Carefully review the following: Bugs are Us provides pest control services and requires a website that includes a dynamic web page on the website to obtain basic information from clients prior to...

1 answer below »
Carefully review the following:
Bugs are Us provides pest control services and requires a website that includes a dynamic web page on the website to obtain basic information from clients prior to phoning them to book them in for a pest control service.
They have no particular preference for the website design but require that the business branding colours (red, black and white) be used and that the website style reflects the type of business conducted.
The website is to be created using an appropriate mark up language.
The client also has the following requirements for the dynamic webpages.




The form must contain the following fields:•Name•Email Address•Telephone•Type of Pest Problem options: Termites, Mice, Cockroaches (use radio buttons)•Calendar dropdown to select best day for pest control visit: (date, month, year)•Best time of day for pest control visit (radio buttons) options: Morning, Afternoon•Comments input field
The form must:•Validate all fields•Contain a form handler script•Redirect the user to another page when the form has been validated and submitted






Complete the following activities:












1.Create the website with dynamic web pages.
Create the website including the dynamic web pages to meet client requirements and using the language and technologies you described in your Technical Requirements Report. Ensure that created code conforms to current industry best practice and standards.Screenshot of your code – (index.php, processBooking.php, booking confirmation.php)
2.Test the websiteYou are required to test the website and the dynamic web pages.
Identify website functional problems and resolve those bugs in the code to ensure specified functionality requirements of the dynamic content.
The website must be tested for viewing successfully across different browsers to check browser compatibility and record the result.
Take screen shots of the website in the different browsers.
Create a new Word document for the screen shots. Include a legend for each that includes the browser version.Save this document as Test Results.Screenshot of output Index.php in chromeScreenshot of customer table and appointment booking with record.
Answered Same DayMar 01, 2021ICTWEB502Training.Gov.Au

Answer To: Carefully review the following: Bugs are Us provides pest control services and requires a website...

Arun Shankar answered on Mar 05 2021
131 Votes
Bugs_are_us/bookingconfirmation.php





Bugs are Us



Booking status




<2020> Bugs are Us. All rights reserved.


Bugs_are_us/booking_confirmation_screenshot.JPG
Bugs_are_us/bugs.sql
-- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Mar 06, 2020 at 12:39 PM
-- Server version: 10.1.39-MariaDB
-- PHP Version: 7.3.5
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `bugs`
--
-- --------------------------------------------------------
--
-- Table structure for table `booking`
--
CREATE TABLE `booking` (
`id` int(11) NOT NULL,
`name` varchar(100) NOT NULL,
`email` varchar(100) NOT NULL,
`phone` varchar(20) NOT NULL,
`typ` int(11) NOT NULL,
`tim` int(11) NOT NULL,
`dat` date NOT NULL,
`comments` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `booking`
--
INSERT INTO `booking` (`id`, `name`, `email`,...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here