?>
" fb:like:send="true"></a></div>
				<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f298c86025fe604"></script><br /><br />
				<span class="red">Bs. 
                <?php 
echo $detail["precio"];
?>
                </span><br /><br />
                El vendedor identificado en este anuncio es el &uacute;nico responsable de los datos y procedencia del art&iacute;culo. Vendorepuestos.com.ve no vende este art&iacute;culo, no fija su precio y no participa en niguna negociaci&oacute;n, solo se encarga de su publicaci&oacute;n.<br /><br />
                <div style="background:#D3D3D3; padding:10px;">
				<?php 
echo $detail["condicion"];
?>
 <br />
				<?php 
echo cual_estado($detail["id_estado"]);
?>
 / <?php 
echo cual_ciudad($detail["id_ciudad"]);
?>
<br />
                Finaliza el: <?php 
echo date("d-m-Y", strtotime($detail["vence"]));
?>
<br />
                </div>
                <div style="width:250px; padding:10px; border-right-width:thin; border-right-color:#D3D3D3; border-right-style:solid; margin-top:10px; float:left">
                <span class="blue">Contacta al vendedor</span><br />
                 - <?php 
echo $telefono_vendedor;
?>
/<?php 
    echo $vpt["id"];
    ?>
/" class="bluep">Art&iacute;culo # <?php 
    echo numero_articulo($vpt["id"]);
    ?>
</a></span></div>
		 	<div class="red" style="width:100px; float:left;">Bs. <?php 
    echo $vpt["precio"];
    ?>
</div>
     		<div class="gris" style="width:100px; float:left;"><?php 
    echo date("d-m-Y", strtotime($vpt["vence"]));
    ?>
<br /><?php 
    echo cual_estado($vpt["id_estado"]);
    ?>
</div>
            </div>
    <?php 
}
?>
  </td>
  </tr>
  <tr>
    <td valign="top">&nbsp;</td>
    <td>&nbsp;</td>
    <td valign="top" colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#e1e1e1">
  	<form name="form_pag" action="" method="post">
    <tr>
    <td width="100" class="pag">P&aacute;g <?php 
Beispiel #3
0
        ?>
/0/0/1"><img src="/imagenes/icon_tr.jpg" width="33" height="25" border="0" /></a><?php 
    }
    ?>
<br />
            </div>
			<div class="red" style="width:100px; float:left;">Bs. <?php 
    echo $b["precio"];
    ?>
</div>
            <div class="gris" style="width:100px; float:left;"><?php 
    echo date("d-m-Y", strtotime($b["vence"]));
    ?>
<br /> 
            <?php 
    echo cual_estado($b["id_estado"]);
    ?>
</div>
            </div>
    	<?php 
}
?>
</td>
  </tr>
  <tr>
    <td colspan="2">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#e1e1e1">
  	<form name="form_pag" action="" method="post">
    <tr>
    <td width="200" class="pag">P&aacute;g <?php 
echo $_pagi_actual;
Beispiel #4
0
$myxls->xlsSetColWidth(8, 8, 15);
$myxls->xlsWriteText(0, 0, "Nombre");
$myxls->xlsWriteText(0, 1, "Apellido");
$myxls->xlsWriteText(0, 2, "Cédula");
$myxls->xlsWriteText(0, 3, "Teléfono");
$myxls->xlsWriteText(0, 4, "Ciudad");
$myxls->xlsWriteText(0, 5, "Correo");
$myxls->xlsWriteText(0, 6, "Tipo de Usuario");
$myxls->xlsWriteText(0, 7, "Estado");
$j = 1;
$pu = mysql_query("SELECT * FROM registro WHERE boletines=1 ORDER BY nombre, apellido");
while ($vp = mysql_fetch_array($pu)) {
    $nombre = (string) $vp["nombre"];
    $myxls->xlsWriteText($j, 0, $nombre);
    $apellido = (string) $vp["apellido"];
    $myxls->xlsWriteText($j, 1, $apellido);
    $cedula = (string) $vp["cedula"];
    $myxls->xlsWriteText($j, 2, $cedula);
    $telefono = (string) $vp["telefono"];
    $myxls->xlsWriteText($j, 3, $telefono);
    $ciudad = (string) $vp["ciudad"];
    $myxls->xlsWriteText($j, 4, $ciudad);
    $correo = (string) $vp["correo"];
    $myxls->xlsWriteText($j, 5, $correo);
    $tipo_usuario = (string) cual_tipo_usuario($vp["id_tipo_usuario"]);
    $myxls->xlsWriteText($j, 6, $tipo_usuario);
    $estado = (string) cual_estado($vp["activo"]);
    $myxls->xlsWriteText($j, 7, $estado);
    $j++;
}
$myxls->xlsParse();
 }
 $message .= "<b>Datos del Articulo</b><br>";
 if ($_POST["titulo"] != "") {
     $message .= "Titulo: " . $_POST["titulo"] . "<br>";
 }
 if ($_POST["subtitulo"] != "") {
     $message .= "Subtitulo: " . $_POST["subtitulo"] . "<br>";
 }
 if ($_POST["condicion"] != "0") {
     $message .= "Condicion: " . $_POST["condicion"] . "<br>";
 }
 if ($_POST["precio"] != "") {
     $message .= "Precio: " . $_POST["precio"] . "<br>";
 }
 if ($_POST["id_estadop"] != "0") {
     $message .= "Estado: " . cual_estado($_POST["id_estadop"]) . "<br>";
 }
 if ($_POST["id_ciudadp"] != "0") {
     $message .= "Ciudad: " . cual_ciudad($_POST["id_ciudadp"]) . "<br>";
 }
 if ($_FILES["file"]["tmp_name"] != 0) {
     $message .= "Foto 1: Adjunta";
 }
 if ($_FILES["file2"]["tmp_name"] != 0) {
     $message .= "Foto 2: Adjunta";
 }
 if ($_FILES["file3"]["tmp_name"] != 0) {
     $message .= "Foto 3: Adjunta";
 }
 $message = "This is a multi-part message in MIME format.\n\n" . "--{$mime_boundary}\n" . "Content-Type: text/html; charset=\"iso-8859-1\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message . "\n\n";
 $message .= "--{$mime_boundary}\n";