echo "teste
"; include "conexao.php"; $stmt=(" SELECT USR_ID FROM USUARIO "); $sth = ibase_query($dbh, $stmt); while ($row = ibase_fetch_object ($sth)) { echo "$row->USR_ID
"; } echo "teste2"; ?>