Multiplication Table in PHP?

music4life

New member
I need help creating a function that will execute and print a multiplication table for any given number. The multiplication table should begin from 1 to 15. For instance, once the function is called with 3 as an arguement, the output should look like this:
3 times 1= 3
3 times 2= 6
.
.
.
3 times 15= 45

You would have to create an input form (with HTML)
 
Back
Top