I am currently taking a computer science class and need a little help. I am suppose to write a php script that does the following:
The PHP Scripts: addchart.php and multchart.php
* Check the value to ensure it is within range
* Create a table which is either the addition or multiplication chart for the requested base; any letters used as digits should be capitals
The end result would be like: http://www.dfstermole.net/PHP/workshop/solutions/addmultchart/addmultchart.html
I got the HTML page down but I have now idea where to start for the php script. Can someone please point me in the right direction? Thank you very much. :'(