Per il terzo radio niente...se l'utente vuole vedere tutto lo specifica! Dovrà pur fare qualcosa anche lui no???


Fatto!!! location.php contiene questo:

Codice PHP:
<?php 
      $con
=oci_connect('xxx','xxx','xxx.xxx');
      
$lab_richiesto=$_GET['lab_richiesto'];
      
$query=oci_parse($con,"select distinct interno from cons_elenco_esami_area_lab where laboratorio='$lab_richiesto'");
oci_execute($query);
while((
$riga=oci_fetch_array($queryOCI_NUM OCI_RETURN_NULLS))){
       
$interno=$riga[0];
}
echo 
$interno;
oci_close($con);
?>
OK???
Adesso???