Hello! I am total newbie taking an out-of-department course called Database Management because I love logic and thought I may enjoy learning some beginning PHP coding. Appartently, I stink. :-[
I have a very basic assignment to create tables of multiplication facts. I am doing this using a for loop and the numbers/multiplication looks fine. However, I need to group each set into its own table (or div…it doesn’t really matter how i group them) and I can’t seem to figure out how to do this. Since the script is running in a loop, I can’t seem to understand how to nest things so that I can refer to a variable before it starts counting up to the next value. (I’m wondering if I am even in the ‘know’ enough to explain my stupid question!?)
In other words, I’m ending up with each math fact as its own little entity when I’m actually trying to say that all the 1’s are grouped together…all the 2’s…etc.
Thanks for any suggestions!
Lorrie