I'm working on a lil project and I'm a little stunned on how to do this sql query to get it to work right and then to be able to get the echo output statement. I have a little register script and I want to display the names of all the people who registered. So if there are 53 users registered, it will display all 53 and there country they belong too. Kinda similar to a memberlist that we vb users use.
So I have this table called 'users'
And what I'd like to retrieve from it is called 'names' and 'country'
Then I simply want to display a nice echo statement that will repeat itself to include all data of the names and their country from the user table. I'm hoping this is in the right forum for just a general php question, if not my apologies. Any help is appreciated.