My task is create a PHP script that will create an HTML table with the number of rows and columns specified by the user, with the row and column number inside the cell. Any ideas or suggestions are greatly appreciated!
My HTML code is as follows
[code]
Table CreatorTable Creator
 Number of rows:  1 2 3 4 5 6 7
 Number of columns:  1 2 3 4 5 6 7