Topic: vldcountries
In the database, there is a vldcountries thing with a cc_name. How do I use this info in the three profile types that I have?
From the database;
INSERT INTO vld_countries (cc_code, cc_name) VALUES('AD', 'Andorra');
and then repeated for all the countries.
Thanks