本文整理汇总了PHP中banco::mostrarRegistro方法的典型用法代码示例。如果您正苦于以下问题:PHP banco::mostrarRegistro方法的具体用法?PHP banco::mostrarRegistro怎么用?PHP banco::mostrarRegistro使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类banco
的用法示例。
在下文中一共展示了banco::mostrarRegistro方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: banco
<?php
include_once "../../login/check.php";
$folder = "../../";
$Cod = $_GET['Cod'];
$titulo = "NModificarDatosBanco";
include_once "../../class/banco.php";
$banco = new banco();
$ban = $banco->mostrarRegistro($Cod);
$ban = array_shift($ban);
if ($ban['TipoCuenta'] == "Bolivianos") {
$bol = array("checked" => "checked");
} else {
$dol = array("checked" => "checked");
}
include_once $folder . "cabecerahtml.php";
?>
<script language="javascript">
configuracion={todayBtn: "", endDate: "'0d'"};
</script>
<?php
include_once $folder . "cabecera.php";
?>
<form action="actualizar.php" method="post">
<?php
campo("Cod", "hidden", $Cod);
?>
<table class="table table-hover">
<tr>
<td class="der">Nombre del Banco</td>
<td><?php