本文整理汇总了PHP中db_fieldsmemory函数的典型用法代码示例。如果您正苦于以下问题:PHP db_fieldsmemory函数的具体用法?PHP db_fieldsmemory怎么用?PHP db_fieldsmemory使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了db_fieldsmemory函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: ConsultaAguaBase
if (isset($matricula) and $matricula != '') {
//Verifica a situação de corte da matrícula em questão.
require_once "agu3_conscadastro_002_classe.php";
$Consulta = new ConsultaAguaBase($matricula);
$sqlcorte = $Consulta->GetAguaCorteMatMovSQL();
$resultcorte = db_query($sqlcorte) or die($sqlcorte);
if (pg_numrows($resultcorte) > 0) {
$x42_codsituacao = pg_result($resultcorte, 0, "x42_codsituacao");
//echo $x42_codsituacao;
//Verifico se o codigo da situação da matricula esta na tabela de restriçoes configdbprefagua
$w16_recibodbpref = false;
$sExibeDebitos = "select w16_recibodbpref \n\t\t\t\t\t\t \t\t\t\t\t\t\t\t\t\tfrom configdbprefagua \n\t\t\t\t\t\t \t\t\t\t\t\t\t\t\twhere w16_instit = {$DB_INSTITUICAO} and w16_aguacortesituacao = {$x42_codsituacao} ";
//die($sExibeDebitos);
$rsExibeDebitos = db_query($sExibeDebitos);
if (pg_num_rows($rsExibeDebitos) > 0) {
db_fieldsmemory($rsExibeDebitos, 0);
}
if ($w16_recibodbpref !== false && $w16_recibodbpref == 3) {
$lExibe = false;
}
}
}
}
}
}
}
?>
</td>
</tr>
<?php
}
示例2: PDF
<?php
exit;
}
$pdf = new PDF();
$pdf->Open();
$pdf->AliasNbPages();
$head2 = "Relatório de Empenhos por CGM";
$head3 = "CGM:" . $numcgm;
$pri = true;
$p = 0;
$flt_vlrcorr = 0;
$flt_juro = 0;
$flt_multa = 0;
$flt_desconto = 0;
for ($x = 0; $x < $clempempenho->numrows; $x++) {
db_fieldsmemory($result, $x);
if ($pdf->gety() > $pdf->h - 30 || $pri == true) {
$pdf->addpage();
$pdf->setfillcolor(235);
$pdf->setfont('arial', 'b', 7);
$pdf->cell(19, 4, "Empenho", 1, 0, "C", 1);
$pdf->cell(19, 4, "Dotação", 1, 0, "C", 1);
$pdf->cell(20, 4, "Emissão", 1, 0, "C", 1);
$pdf->cell(19, 4, "Ordem", 1, 0, "C", 1);
$pdf->cell(19, 4, "Nº Lic.", 1, 0, "C", 1);
$pdf->cell(19, 4, "NF", 1, 0, "C", 1);
$pdf->cell(19, 4, "Valor Emp.", 1, 0, "C", 1);
$pdf->cell(19, 4, "Valor Liq.", 1, 0, "C", 1);
$pdf->cell(19, 4, "Valor Pago", 1, 0, "C", 1);
$pdf->cell(19, 4, "Valor Anul.", 1, 1, "C", 1);
$pri = false;
示例3: Header
function Header()
{
//$dados = @pg_exec("select nomeinst,ender,munic,uf,telef,email,url,logo from db_config where codigo = ".@$GLOBALS["DB_instit"]);
//$url = @pg_result($dados,0,"url");
//global $nomeinst;
//$nomeinst = pg_result($dados,0,"nomeinst");
//global $ender;
//$ender = pg_result($dados,0,"ender");
$sql = "select nomeinst,ender,upper(munic) as munic,uf,telef,email,url,logo from db_config where codigo = " . db_getsession("DB_instit");
$result = pg_query($sql);
global $nomeinst;
global $ender;
global $munic;
//echo $sql;
db_fieldsmemory($result, 0);
$Letra = 'Times';
$this->Image("imagens/files/logo_boleto.png", 95, 9, 24);
//$this->Image('imagens/files/'.$logo,2,3,30);
$this->Ln(35);
$this->SetFont($Letra, '', 10);
$this->MultiCell(0, 4, "ESTADO DO RIO GRANDE DO SUL", 0, "C", 0);
$this->SetFont($Letra, 'B', 13);
$this->MultiCell(0, 6, $nomeinst, 0, "C", 0);
$this->SetFont($Letra, 'B', 12);
$this->MultiCell(0, 4, @$GLOBALS["head1"], 0, "C", 0);
$this->Ln(10);
}
示例4: db_getcadbancobranca
function db_getcadbancobranca($arretipo, $ip, $datahj, $instit, $tipomod)
{
$sSql = " select k48_sequencial, ";
$sSql .= " k48_cadconvenio, ";
$sSql .= " ar12_cadconveniomodalidade ";
$sSql .= " from modcarnepadrao ";
$sSql .= " inner join cadconvenio on cadconvenio.ar11_sequencial = modcarnepadrao.k48_cadconvenio ";
$sSql .= " inner join cadtipoconvenio on cadtipoconvenio.ar12_sequencial = cadconvenio.ar11_cadtipoconvenio ";
$sSql .= " left join conveniocobranca on conveniocobranca.ar13_cadconvenio = cadconvenio.ar11_sequencial ";
$sSql .= " left join modcarnepadraotipo on modcarnepadraotipo.k49_modcarnepadrao = modcarnepadrao.k48_sequencial ";
$sSql .= " left join modcarneexcessao on modcarneexcessao.k36_modcarnepadrao = modcarnepadrao.k48_sequencial ";
$sSql .= " left join modcarnepadraocadmodcarne on modcarnepadraocadmodcarne.m01_modcarnepadrao = modcarnepadrao.k48_sequencial ";
$sSql .= " left join cadmodcarne on cadmodcarne.k47_sequencial = modcarnepadraocadmodcarne.m01_cadmodcarne ";
$sSql .= " left join modcarnepadraolayouttxt on modcarnepadraolayouttxt.m02_modcarnepadrao = modcarnepadrao.k48_sequencial ";
$sSql .= " left join db_layouttxt on db_layouttxt.db50_codigo = modcarnepadraolayouttxt.m02_db_layouttxt ";
$sSql .= " where k48_dataini <= '{$datahj}' ";
$sSql .= " and k48_datafim >= '{$datahj}' ";
$sSql .= " and k48_instit = {$instit} ";
$sSql .= " and k48_cadtipomod = {$tipomod} ";
$sSql .= " and ar12_cadconveniomodalidade = 1 ";
if (!empty($iArretipo)) {
$sSql .= " and case ";
$sSql .= " when k49_tipo is not null then k49_tipo = {$arretipo} else true ";
$sSql .= " end ";
}
if (!empty($sIp)) {
$sSql .= " and case ";
$sSql .= " when k36_ip is not null then k36_ip = '{$ip}' else true ";
$sSql .= " end ";
}
$rsConsultaRegra = db_query($sSql);
$iNroLinhas = pg_num_rows($rsConsultaRegra);
if ($iNroLinhas > 0) {
db_fieldsmemory($rsConsultaRegra, 0);
return true;
} else {
return false;
}
}
示例5: lower
$sqlid = "select * from db_usuarios where lower(login) = 'funcionario'";
$resultid = db_query($sqlid);
$li = pg_num_rows($resultid);
if ($li > 0) {
db_fieldsmemory($resultid, 0);
$ins = " insert into db_permherda values ({$usu},{$id_usuario})";
$resins = db_query($ins);
$codperf = $usu;
}
}
}
$sqlid = "select * from db_usuarios where lower(login) = 'contribuinte'";
$resultid = db_query($sqlid);
$li = pg_num_rows($resultid);
if ($li > 0) {
db_fieldsmemory($resultid, 0);
$ins = " insert into db_permherda values ({$usu},{$id_usuario})";
$resins = db_query($ins);
$codperf = $usu;
}
}
$HTTP_SESSION_VARS["DB_codperfil"] = $id_usuario;
?>
</td>
<td> <?php
db_logon(isset($login) ? false : true, $w13_liberaatucgm, $w13_liberaescritorios);
?>
</td>
<td align="left"> <?php
示例6: elseif
$tipo = "8";
} elseif ($tipodados == "inscr") {
$tipo = "9";
}
}
$sequencia = pg_exec("select nextval('db_certidaoweb_codcert_seq')");
$seq2 = pg_result($sequencia, 0, 0);
$tamanho = strlen($seq2);
$seq = "";
for ($i = 0; $i < 7 - $tamanho; $i++) {
$seq .= "0";
}
$seq .= $seq2;
$sql = pg_exec("select cgc from db_config limit 1");
for ($i = 0; $i < pg_numfields($sql); $i++) {
db_fieldsmemory($sql, 0);
}
$nros = $seq . $cgc . $ano . $mes1 . $dia . $hora . $min . $sec . $ano . $mes2 . $dia;
$t1 = strrev($nros);
//////////////////////////////////////////////////////////////////////
$HTTP_SERVER_VARS['SCRIPT_FILENAME'];
$root = substr($HTTP_SERVER_VARS['SCRIPT_FILENAME'], 0, strrpos($HTTP_SERVER_VARS['SCRIPT_FILENAME'], "/"));
$cod = ereg_replace(" ", "", $seq);
$arquivo = $root . "/" . "certidoes/certidao" . $cod . ".php";
$fd = fopen($arquivo, "w");
$ffputs = '<html>' . "\n";
$ffputs .= '<head>' . "\n";
$ffputs .= '<title>Documento sem título</title>' . "\n";
$ffputs .= '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">' . "\n";
$ffputs .= '</head>' . "\n";
$ffputs .= '<STYLE>' . "\n";
示例7: fc_tipocertidao
if (isset($numcgm) && !empty($numcgm)) {
$sqlcgm = "select * from fc_tipocertidao({$numcgm},'c','{$data}','{$whereissvar}',{$sTipo})";
$resultcgm = pg_query($sqlcgm);
$linhascgm = pg_num_rows($resultcgm);
if ($linhascgm > 0) {
db_fieldsmemory($resultcgm, 0);
$titulo = "CGM";
$origem = "{$numcgm}";
}
$opcao = 'n';
}
$certidao = $fc_tipocertidao;
$sql_config = "select * from configdbpref where w13_instit = {$instit}";
$result_config = pg_query($sql_config);
$iNumRowns = pg_num_rows($result_config);
db_fieldsmemory($result_config, 0);
if ($certidao == "positiva") {
if ($w13_libcertpos == 't') {
if ($iNumRowns == 0) {
$sMsg = "As informações e/ou condições disponíveis são insuficientes para a emissão de certidão negativa por meio da Internet.";
$sMsg .= "Para maiores informações, dirija-se ao órgão competente da Administração Municipal.";
db_msgbox($sMsg);
}
echo "\n\t\t\t<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\t\t\t<tr>\n\t\t\t<td align='center'>\n\t\t\t\t<a href=\"javascript:js_certidao(1,'{$titulo}','{$origem}', '{$individualconjunta}')\">CERTIDÃO POSITIVA {$link}</a>\n\t\t\t</td>\n\t\t\t</tr>\n\t\t\t</table>\n";
} else {
//db_msgbox("Certidão não liberada pelo site, procure a Prefeitura.");
if ($i == 0) {
db_msgbox("As informações e/ou condições disponíveis são insuficientes para a emissão de certidão negativa por meio da Internet. Para maiores informações, dirija-se ao órgão competente da Administração Municipal.");
}
}
} elseif ($certidao == "regular") {
示例8: db_input
echo $Te60_numcgm;
?>
">
<?php
db_input("e60_numcgm", 8, "", true, "text", 3);
db_input("z01_nome", 40, "", true, "text", 3);
?>
</td>
</tr>
<?php
//----------- dotacão
if (isset($e60_coddot) and $e60_coddot != "") {
$sql = $clorcdotacao->sql_query($e60_anousu, $e60_coddot, "o56_elemento,o56_descr,fc_estruturaldotacao(o58_anousu,o58_coddot) as o58_estrutdespesa");
$res = $clorcdotacao->sql_record($sql);
if ($clorcdotacao->numrows > 0) {
db_fieldsmemory($res, 0, true);
}
}
?>
<tr>
<td align="right" nowrap title="<?php
echo $Te60_coddot;
?>
">
<?php
echo $Le60_coddot;
?>
</td>
<td colspan=2 align="left" >
<?php
db_input("e60_coddot", 8, "", true, "text", 3);
示例9: db_fieldsmemory
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td class="tabfonte" height="108" valign="middle" align="center"> <table width="100%" border="1" cellpadding="3" cellspacing="0" bordercolor="#000000">
<tr>
<td class="tabfonte" width="9%" height="26"> <strong>Codigo
</strong> </td>
<td width="79%" height="26" align="center" class="tabfonte"> <strong>Descrição
Atividade</strong></td>
<td class="tabfonte" width="12%" height="26" align="center"> <strong>Tipo</strong></td>
</tr>
<?php
for ($contador = 0; $contador < pg_numrows($result); $contador++) {
db_fieldsmemory($result, $contador);
?>
<tr>
<td class="tabfonte" width="9%">
<?php
echo $q07_ativ;
?>
</td>
<td class="tabfonte" width="79%">
<?php
echo $q03_descr;
?>
示例10: pg_numrows
$pdf->Ln(10);
$pdf->SetFont($Letra, 'B', 10);
$linhastomador = pg_numrows($resulttomador);
if ($linhastomador == 0) {
$pdf->MultiCell(0, 6, 'SEM VALORES NA RETENÇÃO COMO TOMADOR TOMADOR LANÇADOS', 0, "J", 1);
} else {
$pdf->Cell(3, 1, "RETENÇÃO COMO TOMADOR: ", 0, 0, "L", 1);
}
$pdf->Ln(3);
$pdf->SetFont($Letra, '', 8);
if ($linhastomador != 0) {
$total = 0;
$totali = 0;
$totalvp = 0;
for ($t = 0; $t < $linhastomador; $t++) {
db_fieldsmemory($resulttomador, $t);
$pdf->SetFillColor(200);
$pdf->Cell(26, 6, 'Mês: ' . db_mes($w08_mes), 1, 0, "L", 1);
$pdf->Cell(50, 6, 'CPF ou CNPJ: ' . db_cgccpf($w08_cnpj), 1, 0, "L", 1);
$pdf->Cell(114, 6, 'Nome ou Razão Social: ' . $w08_nome, 1, 1, "L", 1);
$pdf->SetFillColor(235);
$pdf->Cell(114, 6, 'Serviço: ' . $w08_servico, 1, 0, "L", 0);
$pdf->Cell(38, 6, 'Nota: ' . $w08_nota, 1, 0, "L", 0);
$pdf->Cell(38, 6, 'Serie: ' . $w08_serie, 1, 1, "L", 0);
$pdf->Cell(38, 6, 'Valor: ' . db_formatar($w08_valreceita, 'f'), 1, 0, "L", 0);
$pdf->Cell(38, 6, 'Alíquota: ' . $w08_aliquota . " %", 1, 0, "L", 0);
$pdf->Cell(38, 6, 'Imposto: ' . db_formatar($w08_imposto, 'f'), 1, 0, "L", 0);
$pdf->Cell(38, 6, 'Data do pagto: ' . ($w09_dtpaga != '' ? db_formatar($w09_dtpaga, 'd') : 'não efetuado'), 1, 0, "L", 0);
$pdf->Cell(38, 6, 'Valor pago: ' . ($w09_valpago != '' ? db_formatar($w09_valpago, 'f') : 'nâo efetuado'), 1, 1, "L", 0);
$total += $w08_valreceita;
$totali += $w08_imposto;
示例11: pg_exec
* Este programa e distribuido na expectativa de ser util, mas SEM
* QUALQUER GARANTIA; sem mesmo a garantia implicita de
* COMERCIALIZACAO ou de ADEQUACAO A QUALQUER PROPOSITO EM
* PARTICULAR. Consulte a Licenca Publica Geral GNU para obter mais
* detalhes.
*
* Voce deve ter recebido uma copia da Licenca Publica Geral GNU
* junto com este programa; se nao, escreva para a Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
* 02111-1307, USA.
*
* Copia da licenca no diretorio licenca/licenca_en.txt
* licenca/licenca_pt.txt
*/
$config = pg_exec("select nomeinst,logo,tx_banc from db_config where codigo = " . db_getsession("DB_instit"));
db_fieldsmemory($config, 0);
?>
<table width="630" height="55">
<tr>
<td width="17%" align="center"><a href="" onClick="print();return false" title="Clique aqui para imprimir">
<img border="0" src="imagens/<?php
echo @$logo;
?>
" width="49" height="44"></a></td>
<td width="83%" align="center"><font color="#000000" size="4">
<strong><?php
echo $nomeinst;
?>
</strong></font> <br>
<font color="#000099" size="3">Guia de Recolhimento de ITBI Número
: <?php
示例12: js_teclas
</script>
<body bgcolor="#ccffcc" onblur="foco()">
<form name="form">
<Table width="100%" border="1" cellpadding="0" cellspacing="0">
<caption align="center" class="bold3">Cálculo do ISSQN</caprion>
<tr height="100%"></tr>
<td align="center" class="texto" id="calcula">
Valor Bruto: R$<br>
<input type="text" onkeypress="return js_teclas(event)" name="valorbruto" id="valorbruto" size="20" value="" style="text-align:right;"><br><br>
Informe a Alíquota:<br>
<select name="base1" onChange="EscolheAliquota();calcular()">
<option value="">Escolha</option>
<?php
for ($x = 0; $x < $linhas; $x++) {
// eu robson alterei a linha abaixo pois estava com 0 fixo no db_fieldsmemory
db_fieldsmemory($query, $x);
?>
<option value="<?php
echo $q81_valexe;
?>
"><?php
echo $q81_valexe;
?>
</option>
<?php
}
?>
</select>
<input type="text" name="base2" size="5" value="" style="text-align:center"><br><br>
Valor à Pagar: R$<br>
<input type="text" name="valorpagar" id="valorpagar" size="15" value="0.00" readonly style="text-align:right; BACKGROUND-COLOR: #eaeaea; font-weight: bold;"><br><br><br>
示例13: date
<input type="text" name="mes_vcto" id="mes_vcto" size="2" maxlength="2" value="<?php
echo date('m');
?>
">
<input type="text" name="ano_vcto" id="ano_vcto" size="4" maxlength="4" value="<?php
echo date('Y');
?>
">
<input type="button" value="Voltar" onclick="js_voltar();" class="botao">
<input type="button" name="enviar" id="enviar" value="Emite Recibo" class="botao" onClick="return js_emiterecibo();" disabled >
<input type='hidden' name='debito' id='debito' value=''>
<input type="hidden" value="" name="numpres" id ="numpres" size="60">
</td>
</tr>
</table>
</center>
<?php
require_once "classes/db_configdbpref_classe.php";
$clconfigdbpref = new cl_configdbpref();
$rs_agrupadebitos = $clconfigdbpref->sql_record($clconfigdbpref->sql_query_file(db_getsession('DB_instit'), "w13_agrupadebrecibos"));
if ($clconfigdbpref->numrows > 0) {
db_fieldsmemory($rs_agrupadebitos, 0);
if ($w13_agrupadebrecibos == 't') {
?>
<script type="text/javascript">
agrupadebrecibos = true;
</script>
<?php
}
}
示例14: db_formatar
}
$pdf->Cell(65, 6, '' . db_formatar($total, 'f'), 1, 0, "R", 0);
$pdf->Cell(35, 6, '', 1, 0, "R", 0);
$pdf->Cell(40, 6, '' . db_formatar($totali, 'f'), 1, 0, "R", 0);
$pdf->Cell(50, 6, '', 1, 0, "R", 0);
} else {
if (pg_numrows($resultval) != 0) {
$total = 0;
$totali = 0;
$pdf->SetFillColor(200);
$pdf->Cell(25, 6, 'Mês', 1, 0, "C", 1);
$pdf->Cell(40, 6, 'Valor', 1, 0, "C", 1);
$pdf->Cell(35, 6, 'Aliquota - %', 1, 0, "C", 1);
$pdf->Cell(40, 6, 'Imposto', 1, 0, "C", 1);
$pdf->Cell(50, 6, 'Data pgto:', 1, 1, "C", 1);
db_fieldsmemory($resultval, 0);
$pdf->SetFillColor(235);
$pdf->Cell(25, 6, '' . db_mes($w07_mes), 1, 0, "C", 1);
$pdf->Cell(40, 6, '' . db_formatar($w07_valor, 'f'), 1, 0, "R", 0);
$pdf->Cell(35, 6, '' . $w07_aliquota . " %", 1, 0, "C", 1);
$pdf->Cell(40, 6, '' . db_formatar($w07_imposto, 'f'), 1, 0, "R", 0);
if ($w07_dtpaga != "") {
$w07_dtpaga = db_formatar($w07_dtpaga, 'd');
} else {
$w07_dtpaga = "Não efetuado";
}
$pdf->Cell(50, 6, '' . $w07_dtpaga, 1, 1, "C", 1);
$total += $w07_valor;
$totali += $w07_imposto;
$pdf->Cell(65, 6, '' . db_formatar(@$total, 'f'), 1, 0, "R", 0);
$pdf->Cell(35, 6, '', 1, 0, "R", 0);
示例15: db_fieldsmemory
$pdf->Open();
$pdf->AliasNbPages();
$pdf->AddPage();
$pdf->image('imagens/files/logo_boleto.png', 10, 2, 17);
$pdf->setfont('arial', 'B', 10);
$coluna = 30;
$pdf->text($coluna, 5, $nomeinst);
$pdf->setfont('arial', '', 8);
$pdf->text($coluna, 9, $ender);
$pdf->text($coluna, 12, $munic . ' - ' . $uf);
$pdf->text($coluna, 15, $telef);
$pdf->text($coluna, 18, $email);
$pdf->text($coluna, 21, $url);
$clquery->sql_query("cgm", "z01_nome", "", "z01_numcgm= {$q20_numcgm}");
$clquery->sql_record($clquery->sql);
db_fieldsmemory($clquery->result, 0);
$pdf->sety(25);
$pdf->setfont('arial', 'B', 10);
$pdf->multicell(0, 4, 'ISSQN COM RETENÇÃO NA FONTE', 0, "C", 0);
$pdf->ln(5);
$altura = 6;
$pdf->setfont('arial', 'B', 8);
$pdf->cell(130, $altura, 'TOMADOR DO SERVIÇO', 1, 0, "C", 0);
$pdf->cell(60, $altura, 'DADOS DA PLANILHA', 1, 1, "C", 0);
$pdf->setfont('arial', '', 8);
$pdf->cell(130, $altura, 'NOME : ' . strtoupper($z01_nome), 1, 0, "L", 0);
$pdf->cell(60, $altura, 'CODIGO : ' . db_formatar($planilha, 's', '0', 4, 'e'), 1, 1, "L", 0);
$pdf->cell(130, $altura, 'INSCRIÇÃO : ' . $q20_inscr, 1, 0, "L", 0);
$pdf->cell(60, $altura, 'COMPETÊNCIA : ' . db_formatar($q20_mes, 's', '0', 2, 'e') . '/' . $q20_ano, 1, 1, "L", 0);
$pdf->multicell(190, $altura, 'OBSERVAÇÃO : Os valores registrados nesta planilha somente serão considerados após o pagamento desta guia.', 1, "L", 0);
$linha = 65;