I'm trying with the PHP GD library, like this:
<?php
$con = oci_connect('root', '123', '172.16.1.100/DB');
$stmt = oci_parse($con, "SELECT Nome, Imagem FROM Tabela where ID = '1'");
oci_execute($stmt);
$row = oci_fetch_array($stmt, OCI_ASS...
asked by
30.07.2018 / 22:47