Question: 1.Use PHP to dynamically create an HTML table with m rows and n columns. m and n are parameters passed from the URL (example: http://.../sample.php?m=5&n=6).
1.Use PHP to dynamically create an HTML table with m rows and n columns. m and n are parameters passed from the URL (example: http://.../sample.php?m=5&n=6).
Other requirements: - Each column is 100 in width - The table and all cells should have visible borders - In each cell, please display the value of m and n. - Use one PHP script block. Do not write anything outside the script block.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
