Menu

(Solved) : Create Web Page Uses Html Php Help Needed Soon Possible Q36781826 . . .

Create your own Web page that uses both HTML and PHP.Help needed as soon as possible

Create your own Web page that uses both HTML and PHP to create several different tables providing specific information. You w

Note, you will have multiple results for each formula. Organize the results in an HTML table of dimensions of your choice. Th

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. 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. The second table should include a famous quote (or quote that you like) and slightly modified versions of that quote using PHP String functions. You should use existing PHP functionality (e.g. built-in functions) to modify the quote. The modifications are described below: Note, the quote should be at least 300 characters in length. Modification Description Original quote as is For example: Hello, I Am A Robot With An Al- motivated Brain. For example for “My name is Joe.”, the output would be 2, 4, 2,4 (note the period is counted as part of the last word. For example for “My name is Joe”, the output might be: yM maen si OJ.e Original Capitalize the first letter of each word. Displays the word length of each word in the quote separated by commas. Randomly shuffles each word in the quote. Show transcribed image text

Expert Answer


Answer to Create Web Page Uses Html Php Help Needed Soon Possible Q36781826 . . .

OR