Question: Please help me with this HTML program. We are using PHP and AJAX. You don't need to copy the rubric into the program, just make

Please help me with this HTML program. We are using PHP and AJAX. You don't need to copy the rubric into the program, just make sure that the tasks in the rubric are complete. Please post all files that contain code. Thank You!

For the API Keys, I thnink you can copy them from the "Show Transcribed Image Text" option that Chegg has below the question.

Please help me with this HTML program. We are using PHP and

AJAX. You don't need to copy the rubric into the program, just

[-] Program 3: Walmart/eBay APIs (37 pts) 1. Within your "final" folder, create a program called "program3.php" 2. In this program you will use the Walmart and eBay APIs to search for products. o Walmart API: https://api walmartlabs.com/v1/search? apiKey 7eksjp57ngzw9hnb9hsudh93&queryxbox&categoryId 3944&sort price&ord asc eBay API: https://svcs.ebay.com/services/search/FindingService/v1?SECURITY-APPNAME MiguelLa Keywords&GLOBAL FRA Note: Do not use these APIs after this exam. Please get your own API keys, they are free! 3. Create an HTML Form containing two text boxes: "Product" and "Number of items to display", and two buttons: "Search on Walmart" and "Search on eBay" 4. Upon clicking on the buttons, an AJAX function must get the data from the corresponding AP and display the results within a two-column table. In the first column, display Walmart products and the eBay products in the second column. The number of products displayed must match the value entered in "Number of items to display" The information displayed must include: Product name o Product description Product price Product image (a small one) IMPORTANT: Use "jsonp" as dataType instead of "json" in the AJAX calls Once you finish, come back here and click on the "Copy Rubric" button below. Then press CTRL+C to copy the rubric HTML code into the clipboard. Paste it at the bottom of your program and update the background color of the items you've completed. If you're unsure about an item, use white background Copy Rubric [-] Program 3: Walmart/eBay APIs (37 pts) 1. Within your "final" folder, create a program called "program3.php" 2. In this program you will use the Walmart and eBay APIs to search for products. o Walmart API: https://api walmartlabs.com/v1/search? apiKey 7eksjp57ngzw9hnb9hsudh93&queryxbox&categoryId 3944&sort price&ord asc eBay API: https://svcs.ebay.com/services/search/FindingService/v1?SECURITY-APPNAME MiguelLa Keywords&GLOBAL FRA Note: Do not use these APIs after this exam. Please get your own API keys, they are free! 3. Create an HTML Form containing two text boxes: "Product" and "Number of items to display", and two buttons: "Search on Walmart" and "Search on eBay" 4. Upon clicking on the buttons, an AJAX function must get the data from the corresponding AP and display the results within a two-column table. In the first column, display Walmart products and the eBay products in the second column. The number of products displayed must match the value entered in "Number of items to display" The information displayed must include: Product name o Product description Product price Product image (a small one) IMPORTANT: Use "jsonp" as dataType instead of "json" in the AJAX calls Once you finish, come back here and click on the "Copy Rubric" button below. Then press CTRL+C to copy the rubric HTML code into the clipboard. Paste it at the bottom of your program and update the background color of the items you've completed. If you're unsure about an item, use white background Copy Rubric

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!