12 lines
237 B
PHP
12 lines
237 B
PHP
|
<?php
|
||
|
include_once(__DIR__."/../../core.php");
|
||
|
|
||
|
|
||
|
|
||
|
if(isset($id_record)) {
|
||
|
$records = $dbo->fetchArray("SELECT * FROM an_anagrafiche_prospect GROUP BY id HAVING id=\"".$id_record."\" ".$additional_where['Prospect']);
|
||
|
|
||
|
|
||
|
}
|
||
|
?>
|