1011869 Posted November 4, 2009 Share Posted November 4, 2009 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. :'( Quote Link to comment https://forums.phpfreaks.com/topic/180336-addition-and-multiplication-charts-problem/ Share on other sites More sharing options...
.josh Posted November 4, 2009 Share Posted November 4, 2009 <?php There you go. That's where you start. Quote Link to comment https://forums.phpfreaks.com/topic/180336-addition-and-multiplication-charts-problem/#findComment-951341 Share on other sites More sharing options...
1011869 Posted November 5, 2009 Author Share Posted November 5, 2009 Never mind. I finally figured it out. Took awhile but I got it. If someone would be so kind as to close or delete this post it would be much appreciated. Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/180336-addition-and-multiplication-charts-problem/#findComment-951410 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.