(Solved) : Create Web Page Uses Html Php Help Please Stuck Q36781863 . . .
Create your own Web page that uses both HTML and PHP.HELP ME PLEASE, I AM STUCK ON IT

Create your own Web page that uses both HTML and PHP to create several different tables providing specific information. You will get a chance to use most of the concepts you studied so far in this course as you will apply both HTML and PHP code to this exercise. You may enhance your HTML display with CSS style sheets as desired but that is not required. Specifically, you will create a PHP Web application that provides 2 different tables. You will use your design skills to determine the size and organization of the resulting tables The first table should include the results of using PHP to calculate several mathematical and trigonometric functions. Specifically, the following formulas should be implemented as functions in PHP: slope-intercept equation for a line: y mx+b Surface Area of Sphere: A-4πR2 Distance an object travels for given velocity and time:d vt . The values used for each of the formulas are as follows: Shape Values and parameters Slope intercept calculate y Surface Area of Sphere A Distance object travels: d xs(2,5,8,10) for m=-2; b=0; R 12,6,10, 100,1000: v (10m/s, 30m/s, 327m/s, 1200 m/s for time from O to 10 in steps of 0.5 seconds Note, you will have multiple results for each formula. Organize the results in an HTML table of dimensions of your choice. The results should clearly provide the formula used and the input and output results for each formula in the table. Also, be sure to define the formulas as PHP function and call the functions. Show transcribed image text
Expert Answer
Answer to Create Web Page Uses Html Php Help Please Stuck Q36781863 . . .
OR