Welcome Guest, Not a member yet? Register   Sign In
Displaying flag image with country
#1

[eluser]codie[/eluser]
Im having trouble figuring out how to display images. Its a member site, so when they sign up they go to there profile and edit it with there info.

When they choose what country they live in, a list of countries pop up, they choose it. They save it, and other members view there profile. Thats fine, but what im trying to accomplish is displaying the country name they chose, with an image of that countries flag next to it in there profile. Can anyone provide code for it?
#2

[eluser]Otemu[/eluser]
Hi,

You would probably have better answers if you post this in the code section of the forum. However I can give you the basic concept of what you will need to do. Since the member site is already setup I assume you must have some knowledge of how to insert records into the database and return results.

When a user chooses country you need to add this to there record in the database, so if you have a user table that holds various information name, password, email, etc., then you should have a empty field for country, once there go to edit there profile saving there selected country this should be added to the database.

Now when members view there profile, all you need to do is return the country in the results, most likely you should have an image folder with all the flags so you could do something simple like images/flags/france.jpg so whatever country they choose will return the appropriate flag imag.

when returning results on the member page you can test if the returned array country is blank or not, this way if blank then you don't show there flag/country however if it isn't empty then you do.

Hope that helps
#3

[eluser]codie[/eluser]
thnx grad student 4 ur reply....i have done exactly this and it worked...
#4

[eluser]codie[/eluser]
[quote author="codie" date="1338898263"]thnx grad student 4 ur reply....i have done exactly this and it worked...[/quote]
#5

[eluser]Otemu[/eluser]
Glad to help :-)




Theme © iAndrew 2016 - Forum software by © MyBB