Question: Create TWO files, an HTML user interface and a PHP script that is run when the submit button of the HTML file is clicked. (IF
Create TWO files, an HTML user interface and a PHP script that is run when the submit button of the HTML file is clicked. (IF YOU WISH, YOU CAN DO THIS WITH ONE FILE) These files allow the user to do the following two types of searches:
User can search on page name (output all records where page name is = some value)
User can search on the remote host.
EXTRA CREDIT 1: ONLY ADD THIS IF YOU ARE DONE WITH THE ABOVE: User can search on a date range (output all records after or before a specific date, or between two dates)
EXTRA CREDIT 2: (don't do this part until all your code works properly). Allow a user to put in a date range and one of the other two search components so that BOTH are used. For example, if a user types web site as the host, and gives the dates 1/1/2012 and 1/31/2012, the page will display all records in January 2012 with host of the web site.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
