You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
367 B

<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
include('ajaxFuncoes.php');
$opcao = $_GET["opcao"];
$regIni = $_GET["regIni"];
$ajax = $_GET["ajax"];
if ($ajax) {
header("Content-type: text/xml; charset=ISO-8859-1\n");
}
echo GetValoresFuncoes($dbcon, $opcao, $regIni, $ajax);
?>