I want to show as options the result of this query to later use them.
$qsucursal = oci_parse($conn, 'SELECT Id_Sucursal, Sucursal FROM TblSucursales;'); //Consulta
oci_execute($qsucursal);//Ejecutando consulta
I go through the results and p...
asked by
28.08.2017 / 21:16