PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a while statement that has two loops but don't want them to be intertwined and need someones help telling me how to separate the two. Everything below belltime should be in it's own loop. But working with the curly braces and what not and I even tried sticking in an else i couldn't get the loops correct.
After realizing what I said I take all of that back. What I should do is simply just have matchtype and vs1 and vs2 part as the only thing in the loop. But when I took the date,location,belltime out of the loop it wouldn't display those values.