I have no clue when it comes to php. What i want to do is this.
randomly picks a continent. Then picks a country from that continent
Thanks
take a look at some code i've mocked up at http://sarahk.pcpropertymanager.com/muck/random.php
it includes the source.
In this approach you are saving all the data in arrays with nested arrays. In reality you'd probably retrieve those arrays from a database but this gives you something to get started with
Sarah