I was creating a dropdownlist field with the countries of the world, but there was something that bothered me since I was doing it through HTML and any user can modify the HTML code through the browser's development tool.
My question is how do I do it with PHP? I mean from a BD or from a php file. I have seen that they do it using an array with the countries, but it is not complete since they do not show the procedure to fill the dropdownlist .