html dropdown talen 3 letter iso codes

Overzicht Reageren

Sponsored by: Vacatures door Monsterboard

Daniel van Seggelen

Daniel van Seggelen

02/08/2017 10:04:46
Quote Anchor link
Hallo,

Ik zie hier:
https://stackoverflow.com/questions/38909766/list-of-all-country-languages-for-dropdown-select-menu-html-form

2 letter iso codes worden hier gebruikt. Ik zoek 3 letter iso codes, omdat 2 letter iso codes niet altijd uniek zijn. In andere tabellen in mijn database gebruik ik namelijk 3 letters iso codes, die stabiel en wel uniek zijn.

Ik wil dus een dropdown met alle talen van de wereld. Ik kan wel de landnamen gebruiken, maar zoek echt de taalnamen. Weet iemand, waar ik die vandaan kan halen?

groet

Daniel
 
PHP hulp

PHP hulp

29/03/2024 11:59:52
 
Adoptive Solution

Adoptive Solution

02/08/2017 10:43:27
Quote Anchor link
De MySql world database bevat 3 letter landen codes en de namen van de talen.

https://dev.mysql.com/doc/index-other.html
 
Harry H Arends

Harry H Arends

02/08/2017 19:46:06
Quote Anchor link
Dit ziet er veelbelovend uit. Echter als je probeert deze via PHPmyadmin in je MYSQL server te plaatsen regnt het van de fouten.
Waarschijnlijk niet voor MYSQL gemaakt, jammer.
 
- Ariën  -
Beheerder

- Ariën -

02/08/2017 19:50:50
Quote Anchor link
Huh, hoe kom je erbij? Het staat toch op de MySQL-site?

Wat voor fouten krijg je dan? Ik kan hem (world.sql) moeiteloos uitvoeren in mijn MySQL Client (HeidiSQL). maar phpMyAdmin zou er ook geen moeite mee moeten hebben. Dus waar loop je op vast?
Gewijzigd op 02/08/2017 19:56:02 door - Ariën -
 
Harry H Arends

Harry H Arends

02/08/2017 20:13:25
Quote Anchor link
Met het risico dat de post te lang wordt plaats ik hier de tabel welke ik al een aantal jaren gebruik in mijn systeem.
Ik weet niet meer waar deze wegkomt maar de tabel bevat zowel de ISO2 en ISO3 landencodes en landen namen in Engels, Nederlands en Frans. Hopelijk is hij voor jou te gebruiken.
Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
-- phpMyAdmin SQL Dump
-- version 3.4.11.1deb2+deb7u8
-- http://www.phpmyadmin.net
--
-- Machine: localhost
-- Genereertijd: 02 aug 2017 om 20:06
-- Serverversie: 5.5.55
-- PHP-Versie: 5.6.31-1~dotdeb+7.1

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Databank: `harryare`
--

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `country`
--

CREATE TABLE IF NOT EXISTS `country` (
  `ISO_A2` char(2) NOT NULL,
  `e_country` varchar(80) NOT NULL,
  `n_country` varchar(80) NOT NULL,
  `f_country` varchar(80) NOT NULL,
  `ISO_A3` char(3) DEFAULT NULL,
  `numcode` smallint(6) DEFAULT NULL,
  `flag` varchar(80) NOT NULL,
  PRIMARY KEY (`ISO_A2`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Gegevens worden uitgevoerd voor tabel `country`
--

INSERT INTO `country` (`ISO_A2`, `e_country`, `d_country`, `f_country`, `ISO_A3`, `numcode`, `flag`) VALUES
('AF', 'Afghanistan', 'Afghanistan', 'Afghanistan', 'AFG', 4, ''),
('AL', 'Albania', 'Albani', 'Albanie', 'ALB', 8, ''),
('DZ', 'Algeria', 'Algerije', 'Algrie', 'DZA', 12, ''),
('AS', 'American Samoa', 'Amerikaans-Samoa', 'Samoa amricaines', 'ASM', 16, ''),
('AD', 'Andorra', 'Andorra', 'Andorre', 'AND', 20, ''),
('AO', 'Angola', 'Angola', 'Angola', 'AGO', 24, ''),
('AI', 'Anguilla', 'Anguilla', 'Anguilla', 'AIA', 660, ''),
('AQ', 'Antarctica', 'Antarctica', 'Antarctique', NULL, NULL, ''),
('AG', 'Antigua and Barbuda', 'Antigua en Barbuda', 'Antigua-et-Barbuda', 'ATG', 28, ''),
('AR', 'Argentina', 'Argentini', 'Argentine', 'ARG', 32, ''),
('AM', 'Armenia', 'Armeni', 'Armnie', 'ARM', 51, ''),
('AW', 'Aruba', 'Aruba', 'Aruba', 'ABW', 533, ''),
('AU', 'Australia', 'Australi', 'Australie', 'AUS', 36, ''),
('AT', 'Austria', 'Oostenrijk', 'Autriche', 'AUT', 40, ''),
('AZ', 'Azerbaijan', 'Azerbeidzjan', 'Azerbadjan', 'AZE', 31, ''),
('BS', 'Bahamas', 'Bahama''s', 'Bahamas', 'BHS', 44, ''),
('BH', 'Bahrain', 'Bahrein', 'Bahre', 'BHR', 48, ''),
('BD', 'Bangladesh', 'Bangladesh', 'Bangladesh', 'BGD', 50, ''),
('BB', 'Barbados', 'Barbados', 'Barbade', 'BRB', 52, ''),
('BY', 'Belarus', 'Wit-Rusland', 'Bilorussie', 'BLR', 112, ''),
('BE', 'Belgium', 'Belgi', 'Belgique', 'BEL', 56, ''),
('BZ', 'Belize', 'Belize', 'Belize', 'BLZ', 84, ''),
('BJ', 'Benin', 'Benin', 'Bnin', 'BEN', 204, ''),
('BM', 'Bermuda', 'Bermuda', 'Bermudes', 'BER', 60, ''),
('BT', 'Bhutan', 'Bhutan', 'Bhoutan', 'BTN', 64, ''),
('BO', 'Bolivia', 'Bolivia', 'Bolivie', 'BOL', 68, ''),
('BA', 'Bosnia and Herzegovina', 'Bosni en Herzegovina', 'Bosnie-Herzgovine ', 'BIH', 70, ''),
('BW', 'Botswana', 'Botswana', 'Botswana', 'BWA', 72, ''),
('BV', 'Bouvet Island', 'Bouveteiland', 'Ile Bouvet', NULL, NULL, ''),
('BR', 'Brazil', 'Brazili', 'Brsil', 'BRA', 76, ''),
('IO', 'British Indian Ocean Territory', 'Brits Territorium in de Indische Oceaan', 'Territoire britannique de l''Ocan Indien', NULL, NULL, ''),
('BN', 'Brunei Darussalam', 'Brunei', 'Brunei', 'BRN', 96, ''),
('BG', 'Bulgaria', 'Bulgarije', 'Bulgarie', 'BGR', 100, ''),
('BF', 'Burkina Faso', 'Burkina Faso', 'Burkina Faso', 'BFA', 854, ''),
('BI', 'Burundi', 'Burundi', 'Burundi', 'BDI', 108, ''),
('KH', 'Cambodia', 'Cambodja', 'Cambodge', 'KHM', 116, ''),
('CM', 'Cameroon', 'Kameroen', 'Cameroun', 'CMR', 120, ''),
('CA', 'Canada', 'Canada', 'Canada', 'CAN', 124, ''),
('CV', 'Cape Verde', 'Kaapverdi', 'Cap-Vert', 'CPV', 132, ''),
('KY', 'Cayman Islands', 'Caymaneilanden', 'Iles Cayman', 'CYM', 136, ''),
('CF', 'Central African Republic', 'Centraal-Afrikaanse Republiek', 'Rpublique centrafricaine', 'CAF', 140, ''),
('TD', 'Chad', 'Tsjaad', 'Tchad', 'TCD', 148, ''),
('CL', 'Chile', 'Chili', 'Chili', 'CHL', 152, ''),
('CN', 'China, People''s Republic of', 'China', 'Chine', 'CHN', 156, ''),
('CX', 'Christmas Island', 'Christmaseiland', 'Ile Christmas', NULL, NULL, ''),
('CC', 'Cocos (Keeling) Islands', 'Cocoseilanden', 'Iles des Cocos (Keeling)', NULL, NULL, ''),
('CO', 'Colombia', 'Colombia', 'Colombie', 'COL', 170, ''),
('KM', 'Comoros', 'Comoren', 'Comores', 'COM', 174, ''),
('CG', 'Congo', 'Congo', 'Congo', 'COG', 178, ''),
('CD', 'Congo, the Democratic Republic of the', 'Democratische Republiek Congo', 'Rpublique dmocratique du Congo', 'COD', 180, ''),
('CK', 'Cook Islands', 'Cookeilanden', 'Iles Cook', 'COK', 184, ''),
('CR', 'Costa Rica', 'Costa Rica', 'Costa Rica', 'CRI', 188, ''),
('CI', 'Cote D''Ivoire', 'Ivoorkust', 'C?te d''Ivoire', 'CIV', 384, ''),
('HR', 'Croatia', 'Kroati', 'Croatie', 'HRV', 191, ''),
('CU', 'Cuba', 'Cuba', 'Cuba', 'CUB', 192, ''),
('CY', 'Cyprus', 'Cyprus', 'Chypre', 'CYP', 196, ''),
('CZ', 'Czech Republic', 'Tsjechi', 'Rpublique tchque', 'CZE', 203, ''),
('DK', 'Denmark', 'Denemarken', 'Danemark', 'DEN', 208, ''),
('DJ', 'Djibouti', 'Djibouti', 'Djibouti', 'DJI', 262, ''),
('DM', 'Dominica', 'Dominica', 'Dominique', 'DMA', 212, ''),
('DO', 'Dominican Republic', 'Dominicaanse Republiek', 'Rpublique dominicaine', 'DOM', 214, ''),
('EC', 'Ecuador', 'Ecuador', 'quateur', 'ECU', 218, ''),
('EG', 'Egypt', 'Egypte', 'gypte', 'EGY', 818, ''),
('SV', 'El Salvador', 'El Salvador', 'Salvador ; l''El Salvador ', 'SLV', 222, ''),
('GQ', 'Equatorial Guinea', 'Equatoriaal-Guinea', 'Guine quatoriale', 'GNQ', 226, ''),
('ER', 'Eritrea', 'Eritrea', 'rythre', 'ERI', 232, ''),
('EE', 'Estonia', 'Estland', 'Estonie', 'EST', 233, ''),
('ET', 'Ethiopia', 'Ethiopi', 'thiopie', 'ETH', 231, ''),
('FK', 'Falkland Islands (Malvinas)', 'Falklandeilanden', 'Iles Falkland', 'FLK', 238, ''),
('FO', 'Faroe Islands', 'Faerer', 'Iles Fro', 'FRO', 234, ''),
('FJ', 'Fiji', 'Fiji', 'Iles Fidji', 'FJI', 242, ''),
('FI', 'Finland', 'Finland', 'Finlande', 'FIN', 246, ''),
('FR', 'France', 'Frankrijk', 'France', 'FRA', 250, ''),
('GF', 'French Guiana', 'Frans-Guyana', 'Guyane franaise', 'GUF', 254, ''),
('PF', 'French Polynesia', 'Frans-Polynesi', 'Polynsie franaise', 'PYF', 258, ''),
('TF', 'French Southern Territories', 'Franse Gebieden in de zuidelijke Indische Oceaan', 'Terres australes fran?aises', NULL, NULL, ''),
('GA', 'Gabon', 'Gabon', 'Gabon', 'GAB', 266, ''),
('GM', 'Gambia', 'Gambia', 'Gambie', 'GMB', 270, ''),
('GE', 'Georgia', 'Georgi', 'Gorgie', 'GEO', 268, ''),
('DE', 'Germany', 'Duitsland', 'Allemagne', 'GER', 276, ''),
('GH', 'Ghana', 'Ghana', 'Ghana', 'GHA', 288, ''),
('GI', 'Gibraltar', 'Gibraltar', 'Gibraltar', 'GIB', 292, ''),
('GR', 'Greece', 'Griekenland', 'Grce', 'GRE', 300, ''),
('GL', 'Greenland', 'Groenland', 'Groenland', 'GRL', 304, ''),
('GD', 'Grenada', 'Grenada', 'Grenade', 'GRD', 308, ''),
('GP', 'Guadeloupe', 'Guadeloupe', 'Guadeloupe', 'GLP', 312, ''),
('GU', 'Guam', 'Guam', 'Guam', 'GUM', 316, ''),
('GT', 'Guatemala', 'Guatemala', 'Guatemala', 'GTM', 320, ''),
('GN', 'Guinea', 'Guinee', 'Guin', 'GIN', 324, ''),
('GW', 'Guinea-Bissau', 'Guinee-Bissau', 'Guine-Bissao', 'GNB', 624, ''),
('GY', 'Guyana', 'Guyana', 'Guyana', 'GUY', 328, ''),
('HT', 'Haiti', 'Ha?ti', 'Ha?ti', 'HTI', 332, ''),
('HM', 'Heard Island and Mcdonald Islands', 'Heard- en McDonaldeilanden', 'Iles Heard et McDonald', NULL, NULL, ''),
('VA', 'Holy See (Vatican City State)', 'Vaticaanstad', 'Saint-Si?ge ', 'VAT', 336, ''),
('HN', 'Honduras', 'Honduras', 'Honduras', 'HND', 340, ''),
('HK', 'Hong Kong', 'Hongkong', 'Hong Kong', 'HKG', 344, ''),
('HU', 'Hungary', 'Hongarije', 'Hongrie', 'HUN', 348, ''),
('IS', 'Iceland', 'IJsland', 'Islande', 'ISL', 352, ''),
('IN', 'India', 'India', 'Inde', 'IND', 356, ''),
('ID', 'Indonesia', 'Indonesi', 'Indon?sie', 'IDN', 360, ''),
('IR', 'Iran, Islamic Republic of', 'Iran', 'Iran', 'IRN', 364, ''),
('IQ', 'Iraq', 'Irak', 'Iraq', 'IRQ', 368, ''),
('IE', 'Ireland', 'Ierland', 'Irlande', 'IRL', 372, ''),
('IL', 'Israel', 'Isra', 'Isra', 'ISR', 376, ''),
('IT', 'Italy', 'Itali', 'Italie', 'ITA', 380, ''),
('JM', 'Jamaica', 'Jamaica', 'Jamaque', 'JAM', 388, ''),
('JP', 'Japan', 'Japan', 'Japon', 'JPN', 392, ''),
('JO', 'Jordan', 'Jordani', 'Jordanie', 'JOR', 400, ''),
('KZ', 'Kazakhstan', 'Kazachstan', 'Kazakhstan', 'KAZ', 398, ''),
('KE', 'Kenya', 'Kenia; Kenya', 'Kenya', 'KEN', 404, ''),
('KI', 'Kiribati', 'Kiribati', 'Kiribati', 'KIR', 296, ''),
('KP', 'Korea, Democratic People''s Republic of', 'Noord-Korea', 'Core du Nord', 'PRK', 408, ''),
('KR', 'Korea, Republic of', 'Zuid-Korea', 'Core du Sud', 'KOR', 410, ''),
('KW', 'Kuwait', 'Koeweit', 'Kowe', 'KWT', 414, ''),
('KG', 'Kyrgyzstan', 'Kirgizi?; Kirgizstan', 'Kirghizistan ; le Kirghizstan ', 'KGZ', 417, ''),
('LA', 'Lao People''s Democratic Republic', 'Laos', 'Laos', 'LAO', 418, ''),
('LV', 'Latvia', 'Letland', 'Lettonie', 'LVA', 428, ''),
('LB', 'Lebanon', 'Libanon', 'Liban', 'LBN', 422, ''),
('LS', 'Lesotho', 'Lesotho', 'Lesotho', 'LSO', 426, ''),
('LR', 'Liberia', 'Liberia', 'Liberia', 'LBR', 430, ''),
('LY', 'Libyan Arab Jamahiriya', 'Libi', 'Libye', 'LBY', 434, ''),
('LI', 'Liechtenstein', 'Liechtenstein', 'Liechtenstein', 'LIE', 438, ''),
('LT', 'Lithuania', 'Litouwen', 'Lituanie', 'LTU', 440, ''),
('LU', 'Luxembourg', 'Luxemburg', 'Luxembourg', 'LUX', 442, ''),
('MO', 'Macao', 'Macau', 'Macao', 'MAC', 446, ''),
('MK', 'Macedonia, the Former Yugoslav Republic of', 'Voormalige Joegoslavische Republiek Macedoni', 'ex-R?publique yougoslave de Mac?doine;l''ancienne R?publique yougoslave de Mac?do', 'MKD', 807, ''),
('MG', 'Madagascar', 'Madagaskar', 'Madagascar', 'MDG', 450, ''),
('MW', 'Malawi', 'Malawi', 'Malawi', 'MWI', 454, ''),
('MY', 'Malaysia', 'Maleisi', 'Malaisie', 'MYS', 458, ''),
('MV', 'Maldives', 'Maldiven', 'Maldives', 'MDV', 462, ''),
('ML', 'Mali', 'Mali', 'Mali', 'MLI', 466, ''),
('MT', 'Malta', 'Malta', 'Malte', 'MLT', 470, ''),
('MH', 'Marshall Islands', 'Marshalleilanden', 'Iles Marshall', 'MHL', 584, ''),
('MQ', 'Martinique', 'Martinique', 'Martinique', 'MTQ', 474, ''),
('MR', 'Mauritania', 'Mauritani', 'Mauritanie', 'MRT', 478, ''),
('MU', 'Mauritius', 'Mauritius', 'Maurice', 'MUS', 480, ''),
('YT', 'Mayotte', 'Mayotte', 'Mayotte', NULL, NULL, ''),
('MX', 'Mexico', 'Mexico', 'Mexique', 'MEX', 484, ''),
('FM', 'Micronesia, Federated States of', 'Micronesia', 'Micron?sie', 'FSM', 583, ''),
('MD', 'Moldova, Republic of', 'Moldavi', 'Moldavie', 'MDA', 498, ''),
('MC', 'Monaco', 'Monaco', 'Monaco', 'MCO', 492, ''),
('MN', 'Mongolia', 'Mongoli', 'Mongolie', 'MNG', 496, ''),
('MS', 'Montserrat', 'Montserrat', 'Montserrat', 'MSR', 500, ''),
('MA', 'Morocco', 'Marokko', 'Maroc', 'MAR', 504, ''),
('MZ', 'Mozambique', 'Mozambique', 'Mozambique', 'MOZ', 508, ''),
('MM', 'Myanmar', 'Myanmar', 'Myanmar ', 'MMR', 104, ''),
('NA', 'Namibia', 'Namibi', 'Namibie', 'NAM', 516, ''),
('NR', 'Nauru', 'Nauru', 'Nauru', 'NRU', 520, ''),
('NP', 'Nepal', 'Nepal', 'N?pal', 'NPL', 524, ''),
('NL', 'Netherlands', 'Nederland', 'Pays-Bas', 'NED', 528, ''),
('AN', 'Netherlands Antilles', 'Nederlandse Antillen', 'Antilles n?erlandaises', 'AHO', 530, ''),
('NC', 'New Caledonia', 'Nieuw-Caledoni', 'Nouvelle-Caldonie', 'NCL', 540, ''),
('NZ', 'New Zealand', 'Nieuw-Zeeland', 'Nouvelle-Zlande', 'NZL', 554, ''),
('NI', 'Nicaragua', 'Nicaragua', 'Nicaragua', 'NIC', 558, ''),
('NE', 'Niger', 'Niger', 'Niger', 'NER', 562, ''),
('NG', 'Nigeria', 'Nigeria', 'Nigeria', 'NGA', 566, ''),
('NU', 'Niue', 'Niue', 'Niou', 'NIU', 570, ''),
('NF', 'Norfolk Island', 'Norfolkeiland', 'Ile Norfolk', 'NFK', 574, ''),
('MP', 'Northern Mariana Islands', 'Noordelijke Marianen', 'Mariannes du Nord', 'MNP', 580, ''),
('NO', 'Norway', 'Noorwegen', 'Norv?ge', 'NOR', 578, ''),
('OM', 'Oman', 'Oman', 'Oman', 'OMN', 512, ''),
('PK', 'Pakistan', 'Pakistan', 'Pakistan', 'PAK', 586, ''),
('PW', 'Palau', 'Palau', 'Belau ; Palau ', 'PLW', 585, ''),
('PS', 'Palestinian Territory, Occupied', '', '', NULL, NULL, ''),
('PA', 'Panama', 'Panama', 'Panama', 'PAN', 591, ''),
('PG', 'Papua New Guinea', 'Papoea-Nieuw-Guinea', 'Papouasie-Nouvelle-Guin', 'PNG', 598, ''),
('PY', 'Paraguay', 'Paraguay', 'Paraguay', 'PRY', 600, ''),
('PE', 'Peru', 'Peru', 'Prou', 'PER', 604, ''),
('PH', 'Philippines', 'Filipijnen', 'Philippines', 'PHL', 608, ''),
('PN', 'Pitcairn', 'Pitcairneilanden', 'Iles Pitcairn', 'PCN', 612, ''),
('PL', 'Poland', 'Polen', 'Pologne', 'POL', 616, ''),
('PT', 'Portugal', 'Portugal', 'Portugal', 'POR', 620, ''),
('PR', 'Puerto Rico', 'Puerto Rico; Porto Rico', 'Porto Rico', 'PTR', 630, ''),
('QA', 'Qatar', 'Qatar', 'Qatar', 'QAT', 634, ''),
('RE', 'Reunion', 'R?union', 'R?union', 'REU', 638, ''),
('RO', 'Romania', 'Roemenie', 'Roumanie', 'ROU', 642, ''),
('RU', 'Russian Federation', 'Rusland', 'Russie', 'RUS', 643, ''),
('RW', 'Rwanda', 'Rwanda', 'Rwanda', 'RWA', 646, ''),
('SH', 'Saint Helena', 'Sint-Helena', 'Sainte-H?l?ne', 'SHN', 654, ''),
('KN', 'Saint Kitts and Nevis', 'Saint Kitts en Nevis', 'Saint-Christophe-et-Ni?v?s ; Saint-Christophe-et-Nevis ', 'KNA', 659, ''),
('LC', 'Saint Lucia', 'Saint Lucia', 'Sainte-Lucie', 'LCA', 662, ''),
('PM', 'Saint Pierre and Miquelon', 'Saint-Pierre en Miquelon', 'Saint-Pierre-et-Miquelon', 'SPM', 666, ''),
('VC', 'Saint Vincent and the Grenadines', 'Saint Vincent en de Grenadines', 'Saint-Vincent-et-les-Grenadines', 'VCT', 670, ''),
('WS', 'Samoa', 'Samoa', 'Samoa', 'WSM', 882, ''),
('SM', 'San Marino', 'San Marino', 'Saint-Marin', 'SMR', 674, ''),
('ST', 'Sao Tome and Principe', 'Sao Tom? en Principe', 'Sao Tom?-et-Principe ; S?o Tom? e Pr?ncipe ', 'STP', 678, ''),
('SA', 'Saudi Arabia', 'Saudi-Arabi?; Saoedi-Arabi', 'Arabie saoudite', 'SAU', 682, ''),
('SN', 'Senegal', 'Senegal', 'S?n?gal', 'SEN', 686, ''),
('CS', 'Serbia and Montenegro', '', '', NULL, NULL, ''),
('SC', 'Seychelles', 'Seychellen', 'Seychelles', 'SYC', 690, ''),
('SL', 'Sierra Leone', 'Sierra Leone', 'Sierra Leone', 'SLE', 694, ''),
('SG', 'Singapore', 'Singapore', 'Singapour', 'SGP', 702, ''),
('SK', 'Slovakia', 'Slowakije; Slovakije', 'Slovaquie', 'SVK', 703, ''),
('SI', 'Slovenia', 'Sloveni', 'Slov?nie', 'SVN', 705, ''),
('SB', 'Solomon Islands', 'Salomonseilanden', 'Iles Salomon', 'SLB', 90, ''),
('SO', 'Somalia', 'Somali', 'Somalie', 'SOM', 706, ''),
('ZA', 'South Africa', 'Zuid-Afrika', 'Afrique du Sud', 'RSA', 710, ''),
('GS', 'South Georgia and the South Sandwich Islands', 'Zuid-Georgi? en Zuidelijke Sandwicheilanden', 'Iles G?orgie du Sud et Sandwich du Sud', NULL, NULL, ''),
('ES', 'Spain', 'Spanje', 'Espagne', 'ESP', 724, ''),
('LK', 'Sri Lanka', 'Sri Lanka', 'Sri Lanka', 'LKA', 144, ''),
('SD', 'Sudan', 'Sudan; Soedan', 'Soudan', 'SDN', 736, ''),
('SR', 'Suriname', 'Suriname', 'Suriname', 'SUR', 740, ''),
('SJ', 'Svalbard and Jan Mayen', 'Svalbard en Jan Mayen', 'Iles Svalbard et Jan Mayen', 'SJM', 744, ''),
('SZ', 'Swaziland', 'Swaziland', 'Swaziland', 'SWZ', 748, ''),
('SE', 'Sweden', 'Zweden', 'Sude', 'SWE', 752, ''),
('CH', 'Switzerland', 'Zwitserland', 'Suisse', 'SUI', 756, ''),
('SY', 'Syrian Arab Republic', 'Syri', 'Syrie', 'SYR', 760, ''),
('TW', 'Taiwan, Province of China', 'Taiwan', 'Ta?wan', 'TWN', 158, ''),
('TJ', 'Tajikistan', 'Tadzjikistan', 'Tadjikistan', 'TJK', 762, ''),
('TZ', 'Tanzania, United Republic of', 'Tanzania', 'Tanzanie', 'TZA', 834, ''),
('TH', 'Thailand', 'Thailand', 'Tha?lande', 'THA', 764, ''),
('TL', 'Timor-Leste', 'Oost-Timor', 'Timor Oriental', NULL, NULL, ''),
('TG', 'Togo', 'Togo', 'Togo', 'TGO', 768, ''),
('TK', 'Tokelau', 'Tokelau-eilanden', 'Tok?laou', 'TKL', 772, ''),
('TO', 'Tonga', 'Tonga', 'Tonga', 'TON', 776, ''),
('TT', 'Trinidad and Tobago', 'Trinidad en Tobago', 'Trinit?-et-Tobago ; Trinidad-et-Tobago ', 'TTO', 780, ''),
('TN', 'Tunisia', 'Tunesi', 'Tunisie', 'TUN', 788, ''),
('TR', 'Turkey', 'Turkije', 'Turquie', 'TUR', 792, ''),
('TM', 'Turkmenistan', 'Turkmenistan', 'Turkm?nistan', 'TKM', 795, ''),
('TC', 'Turks and Caicos Islands', 'Turks- en Caicoseilanden', 'Iles Turks-et-Caicos', 'TCA', 796, ''),
('TV', 'Tuvalu', 'Tuvalu', 'Tuvalu', 'TUV', 798, ''),
('UG', 'Uganda', 'Uganda; Oeganda', 'Ouganda', 'UGA', 800, ''),
('UA', 'Ukraine', 'Oekra?ne', 'Ukraine', 'UKR', 804, ''),
('AE', 'United Arab Emirates', 'Verenigde Arabische Emiraten', '?mirats arabes unis', 'ARE', 784, ''),
('GB', 'Great Britain', 'Verenigd Koninkrijk', 'Royaume-Uni', 'GBR', 826, ''),
('US', 'United States', 'Verenigde Staten', 'tats-Unis', 'USA', 840, ''),
('UM', 'United States Minor Outlying Islands', 'Amerikaanse ondergeschikte afgelegen eilanden', 'Iles mineures ?loign?es des ?tats-Unis', NULL, NULL, ''),
('UY', 'Uruguay', 'Uruguay', 'Uruguay', 'URY', 858, ''),
('UZ', 'Uzbekistan', 'Oezbekistan', 'Ouzb?kistan', 'UZB', 860, ''),
('VU', 'Vanuatu', 'Vanuatu', 'Vanuatu', 'VUT', 548, ''),
('VE', 'Venezuela', 'Venezuela', 'Venezuela', 'VEN', 862, ''),
('VN', 'Viet Nam', 'Vietnam', 'Vi?t Nam', 'VNM', 704, ''),
('VG', 'Virgin Islands, British', 'Britse Maagdeneilanden', 'Iles Vierges britanniques', 'VGB', 92, ''),
('VI', 'Virgin Islands, U.s.', 'Amerikaanse Maagdeneilanden', 'Iles Vierges am?ricaines', 'VIR', 850, ''),
('WF', 'Wallis and Futuna', 'Wallis en Futuna', 'Wallis-et-Futuna', 'WLF', 876, ''),
('EH', 'Western Sahara', 'Westelijke Sahara', 'Sahara occidental', 'ESH', 732, ''),
('YE', 'Yemen', 'Jemen', 'Y?men', 'YEM', 887, ''),
('ZM', 'Zambia', 'Zambia', 'Zambie', 'ZMB', 894, ''),
('ZW', 'Zimbabwe', 'Zimbabwe', 'Zimbabwe', 'ZIM', 716, '');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Gewijzigd op 02/08/2017 20:17:07 door Harry H Arends
 
Ben van Velzen

Ben van Velzen

02/08/2017 20:35:18
Quote Anchor link
Harry nogmaals, hoe kom je erbij? Je had dat ook even kunnen beantwoorden ipv SQL bestand hier neer te plempen.
 
Harry H Arends

Harry H Arends

02/08/2017 22:23:55
Quote Anchor link
Ben van Velzen op 02/08/2017 20:35:18:
Harry nogmaals, hoe kom je erbij? Je had dat ook even kunnen beantwoorden ipv SQL bestand hier neer te plempen.
Pardon??
 
- Ariën  -
Beheerder

- Ariën -

02/08/2017 22:29:16
Quote Anchor link
Jij zei dit:

Harry H Arends op 02/08/2017 19:46:06:
Dit ziet er veelbelovend uit. Echter als je probeert deze via PHPmyadmin in je MYSQL server te plaatsen regnt het van de fouten.
Waarschijnlijk niet voor MYSQL gemaakt, jammer.


Waar loop je dan op vast?
 
Daniel van Seggelen

Daniel van Seggelen

03/08/2017 05:32:36
Quote Anchor link
Beste,

Hmm ik heb hem zonder moeite in de mysql database geïmporteerd. Dus ik krijg geen fouten

Bedankt
 
Harry H Arends

Harry H Arends

03/08/2017 09:17:39
Quote Anchor link
- Ariën - op 02/08/2017 22:29:16:

Waar loop je dan op vast?

Via Importeer kies ik het sql bestand. Pas in dat scherm verder niets aan en klik op start.
dan komt deze melding in rood:
Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Fout
Er schijnt een fout te zitten in uw SQL-query. Mocht de MySQL-server een foutmelding hebben terug gegeven, probeer dan of u hiermee uw fout kunt oplossen

ERROR: Onbekende Punctuatie String @ 3
STR: //
SQL:

DROP SCHEMA IF EXISTS world;

SQL-query:

DROP SCHEMA IF EXISTS world;

MySQL retourneerde: Documentatie

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '//DROP SCHEMA IF EXISTS world' at line 1
sorry voor de overlast
 
- Ariën  -
Beheerder

- Ariën -

03/08/2017 09:23:19
Quote Anchor link
Hoe oud is je PhpMyAdmin?
Zelf gebruik ik HeidiSQL. Ik geloof dat die direct mysql aanroept, of probeer het eens via de commandline.
Gewijzigd op 03/08/2017 09:35:07 door - Ariën -
 
Harry H Arends

Harry H Arends

05/08/2017 11:00:42
Quote Anchor link
- Ariën - op 03/08/2017 09:23:19:
Hoe oud is je PhpMyAdmin?
Zelf gebruik ik HeidiSQL. Ik geloof dat die direct mysql aanroept, of probeer het eens via de commandline.
Deze is onderdeel van de hosting manager van mijn provider (YourHosting).
Informatie over de server is te vinden op.
Misscien heb je daar wat aan.
 
- Ariën  -
Beheerder

- Ariën -

05/08/2017 11:09:07
Quote Anchor link
phpMyAdmin is soms erg bokkig. Welke versie is dit, als je dat kan zien?
 
Harry H Arends

Harry H Arends

05/08/2017 11:45:47
Quote Anchor link
- Ariën - op 05/08/2017 11:09:07:
phpMyAdmin is soms erg bokkig. Welke versie is dit, als je dat kan zien?

Als ik de Help/Docu bekijk versie 3.4.11.1
 
- Ariën  -
Beheerder

- Ariën -

05/08/2017 12:32:00
Quote Anchor link
Wow.....

Released 2012-08-12

Vraag je hosting of ze snel willen overstappen op een recentere. Of installeer zelf phpMyAdmin of een dergelijke tool.
 
Harry H Arends

Harry H Arends

12/08/2017 19:21:53
Quote Anchor link
- Ariën - op 05/08/2017 12:32:00:
Wow.....

Released 2012-08-12

Vraag je hosting of ze snel willen overstappen op een recentere. Of installeer zelf phpMyAdmin of een dergelijke tool.

De laatste versie [4.7.3] binnen mijn website gezet en dus niet meer van de YourHosting HostManager afhankelijk .
 
- Ariën  -
Beheerder

- Ariën -

13/08/2017 12:00:51
Quote Anchor link
Mooi dat je het zelf geinstalleerd hebt.
Ik neem aan dat je dit ook hebt doorgespeeld naar je hosting. Want anders blijven ze achterlopen.
 



Overzicht Reageren

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.