require_once("../include/globals.php");
require_once("../include/util.php");
$Link = connectDb();
$file = $_GET['file'];
$idrecon = $_GET['idrecon'];
$data = sqltoarray($Link, "select nombre, valor, labelleft, labeltop, dataleft, datatop from imdatosrecon where reconocimiento = $idrecon and nombre is not null");
$datos = sqlget($Link, "select group_concat(concat(nombre, '=', valor) separator '
') from imdatosrecon where reconocimiento = $idrecon and nombre is not null");
?>