I have the following code which fills me a combobox with options brought from a database:
<?php
$conexion = mysqli_connect("localhost" , "root" , "");
$bd = mysqli_select_db ($conexion, "empresa");
$destinos = mysqli_query($co...
asked by
13.06.2017 / 23:39