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!
Problem: How do I make it so that during the loop, $i is added to "country"?
So that the html output will show "country1", "country2", "country3" etc etc.
Ok so I worked out this. Now the problem is, the "country" is supposed to be passed on to the next part of the code as a unique id.
But that isn't happening. As in