本文整理汇总了PHP中cambiaf_a_normal函数的典型用法代码示例。如果您正苦于以下问题:PHP cambiaf_a_normal函数的具体用法?PHP cambiaf_a_normal怎么用?PHP cambiaf_a_normal使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了cambiaf_a_normal函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: cambiaf_a_normal
///Linea 1: se imprime la: Cédula, Nombres y Apellidos
$pdf->Cell(15, 6, 'Cédula:', 0, 0);
$pdf->Cell(20, 6, $row_cliente['cedula'], 1, 0);
$pdf->Cell(2, 6, '', 0, 0);
//espacio en blanco que separa las palabras
$pdf->Cell(37, 6, 'Nombres y Apellidos:', 0, 0);
$pdf->Cell(75, 6, $row_cliente['nombres'] . ' ' . $row_cliente['primerApellido'] . ' ' . $row_cliente['segundoApellido'], 1, 0);
$pdf->Cell(2, 6, '', 0, 0);
//espacio en blanco que separa las palabras
$pdf->Cell(12, 6, 'Sexo:', 0, 0);
$pdf->Cell(22, 6, $row_cliente['sexo'], 1, 1);
//Linea de espacio
$pdf->Cell(3, 3, '', 0, 1);
/// Linea 2: Fecha de Nac.
$pdf->Cell(37, 6, 'Fecha de Nacimiento:', 0, 0);
$pdf->Cell(21, 6, cambiaf_a_normal($row_cliente['fechaNac']), 1, 0);
$pdf->Cell(2, 6, '', 0, 0);
//espacio en blanco que separa las palabras
$pdf->Cell(37, 6, 'Lugar de Nacimiento:', 0, 0);
$pdf->Cell(88, 6, $row_cliente['ciudadNac'] . ' - ' . $row_cliente['estadoNac'] . ' - ' . $row_cliente['paisNac'], 1, 1);
//Linea de espacio
$pdf->Cell(3, 3, '', 0, 1);
//dirección actual
$pdf->Cell(42, 6, 'Dirección de Habitación:', 0, 0);
$pdf->Cell(143, 6, $row_cliente['direccionHab'], 1, 1);
//Linea de espacio
$pdf->Cell(3, 3, '', 0, 1);
//Linea de teléfonos e email
$pdf->Cell(20, 6, 'Teléfonos:', 0, 0);
$pdf->Cell(53, 6, $row_cliente['telefono'] . ' / ' . $row_cliente['celular'], 1, 0);
$pdf->Cell(2, 6, '', 0, 0);
示例2: cambiaf_a_normal
<td class='tituloTabla'>Cliente</td>
<?php
}
?>
</tr>
<?php
$n = 1;
do {
?>
<tr class="rowTabla">
<td><?php
echo $n;
?>
. </td>
<td><?php
echo cambiaf_a_normal($row_detallespagos['fecha']);
?>
</td>
<td><?php
echo $row_detallespagos['cantidad'];
?>
</td>
<td><?php
echo $row_detallespagos['formaPago'];
?>
</td>
<td><?php
echo $row_detallespagos['nro'];
?>
</td>
<td><?php
示例3: mysql_query
$s = "SELECT g.id AS guia, cs.prefijo AS origen, g.fecha, 0 AS codigobarra,
s.descripcion AS sector FROM guiasventanilla g
INNER JOIN catalogosucursal cs ON g.idsucursalorigen = cs.id
INNER JOIN catalogosector s ON g.sector = s.id
WHERE g.ocurre=0 AND g.idsucursalorigen=".$_GET['sucursal']."
AND g.entradasalida='SALIDA' AND g.sector=".$_GET['sector']."";
$r = mysql_query($s,$link) or die(mysql_error($link)."error en linea ".__LINE__);
if(mysql_num_rows($r)>0){
$f = mysql_fetch_object($r);
$cant = mysql_num_rows($r);
$xml = "<xml version=\"1.0\" standalone=\"yes\" encoding=\"iso-8859-1\"> <datos>";
if($cant>1){
while($row=mysql_fetch_array($r)){
$xml.="<guia>".cambio_texto($row[guia])."</guia>";
$xml.="<origen>".cambio_texto($row[origen])."</origen>";
$xml.="<fecha>".cambiaf_a_normal($row[fecha])."</fecha>";
$xml.="<codigobarra>".cambio_texto($row[codigobarra])."</codigobarra>";
}
}else{
$xml.="<guia>".cambio_texto($f->guia)."</guia>";
$xml.="<origen>".cambio_texto($f->origen)."</origen>";
$xml.="<fecha>".cambio_texto($f->fecha)."</fecha>";
$xml.="<codigobarra>".cambio_texto($f->codigobarra)."</codigobarra>";
}
$xml.="</datos>
<datos>
<sector>".cambio_texto($f->sector)."</sector>
</datos>
</xml>";
示例4: mysql_query
$s = "SELECT e.fechaevaluacion, e.estado, e.guiaempresarial,
e.recoleccion, e.destino, cd.descripcion As descripciondestino,
e.sucursaldestino, e.bolsaempaque, e.cantidadbolsa, e.totalbolsaempaque,
e.emplaye, e.totalemplaye, e.entrega FROM evaluacionmercancia e
INNER JOIN catalogodestino cd ON e.destino=cd.id
WHERE e.folio=".$_GET[evaluacion]." AND e.sucursal=".$_SESSION[IDSUCURSAL];
$r = mysql_query($s,$l) or die($s);
if(mysql_num_rows($r)>0){
$registros = array();
while($f = mysql_fetch_object($r)){
$s = "SELECT costoead FROM catalogodestino WHERE id=".$f->destino."";
$d = mysql_query($s,$l) or die($s);
$de = mysql_fetch_object($d);
$f->precioead = $de->costoead;
$f->fechaevaluacion = cambiaf_a_normal($f->fechaevaluacion);
$f->descripciondestino = cambio_texto($f->descripciondestino);
$f->sucursaldestino = cambio_texto($f->sucursaldestino);
$f->guiaempresarial = cambio_texto($f->guiaempresarial);
$registros[] = $f;
}
echo str_replace('null','""',json_encode($registros));
}else{
echo "no encontro";
}
}else if($_GET[accion]==9){
$s = "SELECT e.id, e.evaluacion, e.cantidad, e.descripcion,
cd.descripcion As catdes, e.contenido, e.peso, e.largo, e.ancho,
e.alto, e.volumen, e.pesototal, e.pesounit FROM evaluacionmercanciadetalle e
示例5: cambiaf_a_normal
<span class="textfieldRequiredMsg">Valor requerido.</span></span></td>
</tr>
<tr>
<td>Telefono</td>
<td>:</td>
<td><span id="sprytextfield4"><input type="text" name="telefono" class="edit" value="<?php
print $row[2];
?>
" />
<span class="textfieldRequiredMsg">Valor requerido.</span></span></td>
</tr>
<tr>
<td>Fecha de Nacimiento</td>
<td>:</td>
<td><span id="sprytextfield5"><input type="text" name="fecha" class="edit" value="<?php
print cambiaf_a_normal($row[3]);
?>
"/>
<span class="textfieldRequiredMsg">Valor requerido.</span></span></td>
</tr>
<tr>
<td>Disitrito</td>
<td>:</td>
<td><span id="spryselect1">
<select name="distrito" class="edit" >
<option >Seleccione un distrito</option>
<?php
$query = "SELECT ID_Distrito, N_Nombre FROM distrito";
$sel = "";
$result = mysql_query($query);
while ($row2 = mysql_fetch_array($result)) {
示例6: form_error
<div class="col-md-4">
* <strong>Correo</strong>
<input type="text" name="correo" placeholder="Ingrese su correo" class="form-control" value="<?=$info->email;?>">
<?php echo form_error('correo','<div class="text-danger">','</div>');?>
</div>
</div>
<div class="row">
<div class="col-md-4">
* <strong>Username</strong>
<input type="text" name="username" placeholder="Ingrese su nombre de usuario" class="form-control" value="<?=$info->username;?>">
<?php echo form_error('username','<div class="text-danger">','</div>');?>
</div>
<div class="col-md-4">
* <strong>Fecha Nacimiento ( día / mes /año )</strong>
<input type="text" name="fecha_nac" class="form-control" data-mask="99/99/9999" placeholder="Ingrese su fecha de nacimiento" value="<?=cambiaf_a_normal($info->fecha_nac);?>">
<!-- <span class="help-block">( día / mes /año )</span> -->
<?php echo form_error('fecha_nac','<div class="text-danger">','</div>');?>
</div>
<div class="col-md-4">
* <strong>País de residencia</strong>
<?=form_dropdown('pais_res',$paises,$info->nacionalidad,'class="form-control m-b"');?>
<?php echo form_error('pais_res','<div class="text-danger">','</div>');?>
</div>
</div>
</div>
<div id="tab-2" class="tab-pane">
<div class="row">
<div class="col-md-4">
* <strong>Región</strong>
<?=form_dropdown('region',$regiones,$info->id_region,'id="region" class="form-control m-b"');?>
示例7:
$xml.="<pais>".cambio_texto($f->pais)."</pais>";
$xml.="<celular>".cambio_texto($f->celular)."</celular>";
$xml.="<telefono>".cambio_texto($f->telefono)."</telefono>";
$xml.="<email>".cambio_texto($f->email)."</email>";
$xml.="<estadoc>".cambio_texto($f->estadoc)."</estadoc>";
$xml.="<giro>".cambio_texto($f->giro)."</giro>";
$xml.="<antiguedad>".cambio_texto($f->antiguedad)."</antiguedad>";
$xml.="<representante>".cambio_texto($f->representantelegal)."</representante>";
$xml.="<actaconstitutiva>".cambio_texto($f->actaconstitutiva)."</actaconstitutiva>";
$xml.="<numeroacta>".cambio_texto($f->numeroacta)."</numeroacta>";
$xml.="<fechaescritura>".cambiaf_a_normal($f->fechaescritura)."</fechaescritura>";
$xml.="<fechainscripcion>".cambiaf_a_normal($f->fechainscripcion)."</fechainscripcion>";
$xml.="<identificacion>".cambio_texto($f->identificacionlegal)."</identificacion>";
$xml.="<nidentificacion>".cambio_texto($f->numeroidentificacion)."</nidentificacion>";
$xml.="<hacienda>".cambio_texto($f->hacienda)."</hacienda>";
$xml.="<fechainiciooperaciones>".cambiaf_a_normal($f->fechainiciooperaciones)."</fechainiciooperaciones>";
$xml.="<rfc2>".cambio_texto($f->rfc2)."</rfc2>";
$xml.="<comprobante>".cambio_texto($f->comprobante)."</comprobante>";
$xml.="<comprobanteluz>".cambio_texto($f->comprobanteluz)."</comprobanteluz>";
$xml.="<estadocuenta>".cambio_texto($f->estadocuenta)."</estadocuenta>";
$xml.="<banco>".cambio_texto($f->banco)."</banco>";
$xml.="<cuenta>".cambio_texto($f->cuenta)."</cuenta>";
$xml.="<solicitud>".cambio_texto($f->solicitud)."</solicitud>";
$xml.="<semanapago>".cambio_texto($f->semanapago)."</semanapago>";
$xml.="<lunespago>".cambio_texto($f->lunespago)."</lunespago>";
$xml.="<martespago>".cambio_texto($f->martespago)."</martespago>";
$xml.="<miercolespago>".cambio_texto($f->miercolespago)."</miercolespago>";
$xml.="<juevespago>".cambio_texto($f->juevespago)."</juevespago>";
$xml.="<viernespago>".cambio_texto($f->viernespago)."</viernespago>";
$xml.="<sabadopago>".cambio_texto($f->sabadopago)."</sabadopago>";
$xml.="<horariopago>".cambio_texto($f->horariopago)."</horariopago>";
示例8: cambiaf_a_normal
<td class='tituloTabla'>Fecha</td>
<td class='tituloTabla'>Cliente</td>
<td class='tituloTabla'>Monto</td>
<td class='tituloTabla'>Forma</td>
<td class='tituloTabla'>Banco</td>
<td class='tituloTabla'>Nro</td>
<!-- <td class='tituloTabla'>Artículo</td>
<td colspan="2" class='tituloTabla'> </td> -->
</tr>
<?php
$n = 1;
do {
?>
<tr class="rowTabla" style="text-align:center;">
<td><?php
echo cambiaf_a_normal($row_caja7['fecha']);
?>
</td>
<td><?php
echo $row_caja7['nombres'] . ", " . $row_caja7['primerApellido'];
?>
</td>
<td><?php
echo $row_caja7['cantidad'];
?>
</td>
<td><?php
echo $row_caja7['formaPago'];
?>
</td>
<td><?php
示例9: SUM
$pdf->Cell(25, 4, 'PAGADO', 1, 0, 'C');
$pdf->Cell(25, 4, 'PEND.', 1, 0, 'C');
$pdf->Cell(25, 4, 'TOTAL ART.', 1, 1, 'C');
//Consulta de totales
$query_sql = "SELECT SUM(abono) AS abonos, SUM(monto) AS precio, COUNT(*) AS cuotas, MIN(fechaV) AS f1, MAX(fechaV) AS f2 FROM detallescliente WHERE idArt =" . $row_sqlPagos['idArt'] . " AND status IN (0,2) ORDER BY fechaV DESC";
$query_sql = mysql_query($query_sql, $tecno) or die(mysql_error());
$row_sql = mysql_fetch_assoc($query_sql);
$totalRows_sql = mysql_num_rows($query_sql);
//Tabla Filas
$precio = round($row_sql['precio']);
$pdf->SetFont('arial', 'B', 8);
$pdf->Cell(2, 5, '', 0, 0, 'C');
$pdf->Cell(20, 5, $row_sqlPagosR['npagos'], 1, 0, 'C');
$pdf->Cell(20, 5, cambiaf_a_normal($row_sql['f1']), 1, 0, 'C');
$pdf->Cell(20, 5, $row_sql['cuotas'], 1, 0, 'C');
$pdf->Cell(25, 5, cambiaf_a_normal($row_sql['f2']), 1, 0, 'C');
$pdf->Cell(25, 5, number_format($row_sqlPagosR['suma'], 2, ",", "."), 1, 0, 'C');
$pdf->Cell(25, 5, number_format($row_sql['precio'] - $row_sql['abonos'], 2, ",", "."), 1, 0, 'C');
$pdf->Cell(25, 5, number_format($row_sqlPagosR['suma'] + $row_sql['precio'] - $row_sql['abonos'], 2, ",", "."), 1, 1, 'C');
$pdf->Ln(2);
//Linea 20
$pdf->Ln(15);
$x = $pdf->GetX();
$y = $pdf->GetY();
$pdf->Line($x + 5, $y, $x + 50, $y);
$pdf->Line($x + 105, $y, $x + 150, $y);
$pdf->SetFont('arial', 'B', 8);
$pdf->Ln(3);
$pdf->Cell(50, 3, 'POR: LA EMPRESA', 0, 0, 'C');
$pdf->Cell(50, 3, '', 0, 0);
$pdf->Cell(50, 3, 'POR: EL COMPRADOR', 0, 0, 'C');
示例10: mysql_fetch_assoc
$row_buscar = mysql_fetch_assoc($buscar);
}
?>
</select>
</div>
<div class="form-row">
<label for="nacionalidad" class="label">Nacionalidad:</label>
<input name="nacionalidad" type="text" class="input req-min" value="<?php
echo $row_buscar['nacionalidad'];
?>
" maxlength="40" minlength="3" />
</div>
<div class="form-row">
<label for="fechaNac" class="label">Fecha de Nacimiento:</label>
<input name="fechaNac" type="text" class="input req-min2" id="fechaNac" value="<?php
echo cambiaf_a_normal($row_buscar['fechaNac']);
?>
" maxlength="10" minlength="10" />
</div>
<div class="form-row">
<label for="paisNac" class="label">País de Nacimiento:</label>
<input name="paisNac" type="text" class="input req-min" value="<?php
echo $row_buscar['paisNac'];
?>
" maxlength="40" minlength="3" />
</div>
<div class="form-row">
<label for="estadoNac" class="label">Estado de Nacimiento:</label>
<input name="estadoNac" type="text" class="input req-min" value="<?php
echo $row_buscar['estadoNac'];
?>
示例11: mysql_query
$instruccionp = "select nombre_material, modelo_material, tipo_material from material where id_material='{$idal}'";
}
//Si no se ha introduccido nada y se ha pulsado buscar.
if ($usuario3 == "" && $actividad == "") {
$instruccionp = "select nombre_material, modelo_material, tipo_material from material where id_material='{$idal}'";
}
} else {
$instruccionp = "select nombre_material, modelo_material, tipo_material from material where id_material='{$idal}'";
}
$instruccionp2 = "select nombre_cliente from clientes where id_cliente='{$idal2}'";
$consultap = mysql_query($instruccionp, $conexion) or die("Fallo en la consulta1as");
$consultap2 = mysql_query($instruccionp2, $conexion) or die("Fallo en la consulta1sa");
$resultadop = mysql_fetch_array($consultap);
$resultadop2 = mysql_fetch_array($consultap2);
$diafa = $resultado['fecha_fin_alquiler'];
$diafa = cambiaf_a_normal($diafa);
print "<TR>\n";
print "<TD>" . $resultadop['nombre_material'] . "</TD>\n";
print "<TD>" . $resultadop2['nombre_cliente'] . "</TD>\n";
print "<TD> {$diafa} </TD>\n";
print "<TD><a href='verdetallesalquiler.php?id=" . $resultado['id_alquiler'] . "'><center><img src='../img/iconodetalles.jpg' border='0'></img></center></a></TD>\n";
print "<TD><a href='actualizaralquiler.php?id=" . $resultado['id_alquiler'] . "'><center><img src='../img/iconodetalles.jpg' border='0'></img></center></a></TD>\n";
print "<TD><a href='borraralquiler.php?id=" . $resultado['id_alquiler'] . "'><center><img src='../img/iconoborrar.jpg' border='0'></img></center></a></TD>\n";
}
print "</TABLE></center>\n";
} else {
print "No hay Alquiler, con las caracteristicas introducidas";
}
//Cerramos la conexión con la base de datos.
mysql_close($conexion);
//Vamos a escribir, la situación de donde nos encontramos dentro del total de resultados.
示例12: conectar_al_servidor
<?php
// Muestra la grilla del resultado de la busqueda
// Buscamos los viajes segun la fecha y/o salidas
include_once "seguridad.php";
include_once "conexion.php";
include_once "funciones.php";
$db = conectar_al_servidor();
// obtenemos los datos pasados por parametros por ajax
$dato = $_POST["code"];
// dato a buscar.
$sql = 'SELECT pa.fecha_emision, tp.tipo_pasaje, pa.cantidad
FROM pasajes_adelantados AS pa
Inner join tipo_pasajes AS tp ON tp.codigo = pa.id_tipo_pasaje and pa.id_cliente=' . $dato;
$res = ejecutar_sql($db, $sql);
if (!$res) {
$pasajes = 'Error accediendo a los pasajes adelantados...';
} else {
while (!$res->EOF) {
$pasajes = $pasajes . "<tr>" . "<td align='left'>" . cambiaf_a_normal($res->fields['fecha_emision']) . "</td>" . "<td align='left'>" . $res->fields['tipo_pasaje'] . "</td>" . "<td align='left'>" . $res->fields['cantidad'] . "</td>" . '</tr>';
$res->MoveNext();
}
}
echo $pasajes;
desconectar($db);
die;
示例13: mysql_num_rows
$numc = mysql_num_rows($sqlc);
if($numc>0){
while($rc=mysql_fetch_array($sqlc)){
$cadenacomer .= "{empresa:'".$rc[2].
"',contacto:'".$rc[3].
"',telefono:'".$rc[4]."'},";
}
$cadenacomer = substr($cadenacomer,0,strlen($cadenacomer)-1);
}
$mensaje ='La solicitud de credito NO fue Autorizada';
/*Modificacion*/
$fecha= cambiaf_a_normal($f);
$fechaautorizacion= cambiaf_a_normal($fc);
$fechaescritura= cambiaf_a_normal($fe);
$fechainscripcion= cambiaf_a_normal($fi);
$fechainiciooperaciones= cambiaf_a_normal($fo);
}else if($accion == "limpiar"){
$accion = ""; $fecha = ""; $folio = ""; $folioconvenio = ""; $fechaautorizacion = ""; $rdmoral = ""; $cliente = ""; $nick = ""; $rfc = ""; $nombre = ""; $paterno = ""; $materno = ""; $calle = ""; $numero = ""; $cp = ""; $colonia = ""; $poblacion = ""; $municipio = ""; $estado = ""; $pais = ""; $celular = ""; $telefono = ""; $email = ""; $giro = ""; $antiguedad = ""; $representantelegal = ""; $actaconstitutiva = ""; $identificacion = ""; $hacienda = ""; $comprobante = ""; $estadocuenta = ""; $solicitud = ""; $nacta = ""; $fechaescritura = ""; $fechainscripcion = ""; $nidentificacion = ""; $fechainiciooperaciones = ""; $rfc2 = "";$comprobanteluz = ""; $banco = ""; $cuenta = ""; $estado2 = ""; $semanapago = ""; $lunespago = ""; $martespago = ""; $miercolespago = ""; $juevespago = ""; $viernespago = ""; $sabadopago = ""; $semanarevision = ""; $lunesrevision = ""; $martesrevision = ""; $miercolesrevision = ""; $juevesrevision = ""; $viernesrevision = ""; $sabadorevision = ""; $horariopago = ""; $apago = ""; $responsablepago = ""; $celularpago = ""; $telefonopago = ""; $faxpago = ""; $horariorevision = ""; $arevision = ""; $rbanco = ""; $rsucursal = ""; $rcuenta = ""; $rtelefono = ""; $cempresa = ""; $ccontacto = ""; $ctelefono = ""; $msolicitado = ""; $mautorizado = ""; $observaciones = ""; $registropersona = ""; $registrobanco = ""; $registrocomer = ""; $diacredito = ""; $shpago = ""; $smpago = ""; $ahpago = ""; $ampago = ""; $shrevision = ""; $smrevision = ""; $ahrevision = "";$amrevision = "";
$fecha = date("d/m/Y"); $estado = "SOLICITUD"; $hidensucursal= ""; $sucursalesead1_sel = ""; $todas = "";
$row = ObtenerFolio('solicitudcredito','webpmm'); $folio = $row[0]; }
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="x-ua-compatible" content="IE=EmulateIE7" />
<script src="../javascript/shortcut.js"></script>
<script src="../javascript/ClaseTabla.js"></script>
<script src="../javascript/ajax.js"></script>
<script src="../javascript/funciones.js"></script>
<script src="../javascript/ventanas/js/ventana-modal-1.3.js"></script>
<script src="../javascript/ventanas/js/ventana-modal-1.1.1.js"></script>
<script src="../javascript/ventanas/js/abrir-ventana-variable.js"></script>
示例14: date
$this->Image('../images/logo.jpg', 5, 5, 50);
$this->SetFont('Arial', 'B', 12);
$this->Ln(10);
$this->SetFont('Arial', 'I', 8);
$this->Cell(0, 6, 'Impreso el: ' . date('d/m/Y'), 0, 1, 'R');
$this->SetFont('Arial', 'B', 12);
$this->Ln(5);
$this->Cell(0, 6, 'Gastos Diarios', 0, 1, 'C');
//Ensure table header is output
parent::Header();
}
}
$pdf = new PDF('P', 'mm', 'Letter');
$pdf->Open();
$pdf->AddPage();
$x = 'Del: ' . cambiaf_a_normal($f);
$pdf->Cell(0, 6, $x, 0, 1, 'C');
$pdf->Ln(6);
//Connect to database
mysql_select_db($database_tecno, $tecno);
//table:
$pdf->AddCol('fecha', 25, 'Fecha', 'C');
$pdf->AddCol('concepto', 50, 'Descripción');
$pdf->AddCol('cantidad', 25, 'Monto', 'R');
$pdf->AddCol('formaPago', 35, 'Forma de Pago', 'C');
$pdf->AddCol('nro', 30, 'Nro.', 'C');
$pdf->AddCol('idPago', 25, 'Id Pago', 'C');
$prop = array('HeaderColor' => array(210, 210, 210), 'color1' => array(255, 255, 255), 'color2' => array(235, 235, 235), 'padding' => 1);
$pdf->Table("SELECT * FROM pagos WHERE tipo='2' AND fecha='{$f}'", $prop);
$pdf->Ln(6);
$pdf->SetFont('Arial', 'B', 10);
示例15: ON
</tr>
</thead>
<tbody>
<?php
$query = "SELECT r.ID_Reserva, r.D_FechaReserva, c.N_Nombre, cl.N_Nombre, r.T_Estado FROM reserva r JOIN horario h ON (r.ID_Reserva=h.ID_Reserva), canchaxclub ch, cancha c, club cl WHERE ch.ID_Club=h.ID_Club AND ch.ID_Cancha=h.ID_Cancha AND ch.ID_Club=cl.ID_Club AND ch.ID_Cancha=c.ID_Cancha AND r.ID_Usuario=" . $valor . " GROUP BY r.ID_Reserva ORDER BY r.ID_Reserva DESC";
$result = mysql_query($query);
while ($row = mysql_fetch_array($result)) {
$salida = '';
if ($row[4] == 1) {
$salida = '<tr class="especial">';
} else {
$salida = '<tr>';
}
$salida .= '
<td align="center">%05d</td>
<td align="center">' . cambiaf_a_normal($row[1]) . '</td>
<td >' . $row[2] . '</td>
<td >' . $row[3] . '</td>
<td align="center"><a href="reservas_ver.php?id=' . $row[0] . '" target="_blank"><img src="images/ver.png" alt="ver" border="0" /></a><a href="#"><img src="images/eliminar.png" alt="eliminar" border="0" /></a></td>
</tr>';
printf($salida, $row[0]);
}
?>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>