Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - Dannysoft

#1
Saludos foro, estoy haciendo una pagina para una agencia de viajes, la direccion es: http://www.urpikusitravel.com/ como ven uso 04 miniaturas de 150 x 150, mi problema es que quiero hacerlas mas grandes, por ejemplo 300 x 150  pero no se como hacerlo, la plantilla que uso es EducationWP, es una plantilla gratuita, gracias por la ayuda que me den...
#2
Desarrollo Web / Sitio web de subastas
25 Marzo 2015, 17:14 PM
Saludos foro, me han encargado hacer un sitio web de subastas, algo parecido a Mercado Libre, osea mi cliente publica un articulo con un precio y este va subiendo de acuerdo a lo que oferte la gente, necesito algún consejo de como hacer eso, gracias por la ayuda que me den.
#3
PHP / ayuda con codigo php
20 Agosto 2012, 07:45 AM
saludos foro, estoy programando un sistema de noticias en php con base de datos mysql, realize tres paginas para ver, modificar y eliminar las noticias:

mi pagina de borrar funciona muy bien:
<?php
$codigo
=$_GET['id'];
include(
'_conec.php');
$sql="delete from datos where alucod=$codigo";
$exito=mysql_query($sql);
if (
$exito==1){
header('location: resultados.php');
}else{
echo 
"Error al borrar registro";
}
?>


pero tengo problema con mi pagina para actualizar, no funciona y la verdad no se cual sea el error que cometo al programarlo:
<?php
include('_conec.php');
$b1=$_POST['paterno'];
$b2=$_POST['materno'];
$b3=$_POST['nombre'];
$b4=$_POST['direccion'];
$b5=$_POST['telefono'];
$b6=$_POST['nacimiento'];
$codigo=$_GET['id'];
$sql="update datos set alupat='$b1',alumat='$b2',
alunom='
$b3',aludir='$b4',alutel='$b5',alunac='$b6'
where alucod=
$codigo";
$exito=mysql_query($sql);
if (
$exito==1){
header('location: resultados.php');
}else{
echo 
"Error al actualizar <br>$sql";
}
?>


gracias por la ayuda que me den...
#4
Saludos foro, tengo un problema con una formula en excel, tengo dos columnas: Codigo y Descripcion que estan en un archivo de nombre plantilla.xls que esta vacio, ademas tengo otra archivo de excel llamado datos.xls con los mismos campos: Codigo y Descripcion solo que en estas columnas si tienen informacion,por ejemplo: Codigo - 1, Descripcion - Mesa, Codigo - 2, Descripcion - Archivador; y asi por el estilo, bueno lo que quiero es al poner el codigo en plantilla.xls me jale la descripcion que esta guardada en datos.xls, por si acaso ya use el Buscarv y tambien la funcion Si, solo que si no se encuentra el archivo en la celda me sale #N/A lo que quiero es cuando un item no se encuentre me salga la celda en blanco y no #N/A, como puedo lograr eso ¿?, gracias por la ayuda que me den...

por si acaso esta es la formula que use, hasta ahora y si no esta el archivo me sale #N/A:

=+SI(BUSCARV(B1,[codigo.xls]Hoja1!$A$1:$B$11,1,0)=B1,BUSCARV(B1,[codigo.xls]Hoja1!$A$1:$B$11,2,0),"")
#5
PHP / Re: ayuda con condigo php
18 Noviembre 2008, 12:33 PM
disculpa willyhunting podrias ponerme un ejemplo de lo que me acabas de decir ?
#6
PHP / Re: ayuda con condigo php
18 Noviembre 2008, 06:10 AM
saludos aver, disculpa por el desorden del codigo paso a eplicar mas o menos lo que deseo hacer con ese codigo, bueno lo que quiero hacer es esto en el campo cod_postor que esta en la pagina v_preliquidaciones.htm si alguien ingresa por ejemplo 26 o 129 que se redireccione a otra pagina (por ejemplo v_consulta2.php), como haria eso con php?
#7
PHP / ayuda con condigo php
17 Noviembre 2008, 23:55 PM
saludos foro tengo un problema he diseñado una pagina que muestra una informacion si introduces bien unos campos (cod_pro) y (contra), mi problema es este, quisiera que si se introducen ciertos numeros (26 por ejemplo) en el campo cod_pro me redireccione a una pagina x, y me muestre una info que esta en mi bd, el codigo que yo utilizo para mostra mi info es esta:

v_consulta.php

Código (php) [Seleccionar]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>:: Venser S.A.C. :::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="estilo.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr valign="top" bgcolor="#FFFFFF"> 
    <td colspan="3"><font color="#FFFFFF"> 
      <?php include("superior.htm")?>
      </font></td>
  </tr>
  <tr valign="top" bgcolor="#FFFFFF"> 
    <td width="160"> <font color="#FFFFFF"> 
      <?php include("izquierda.htm")?>
      </font></td>
    <td width="440"><font color="#FFFFFF">&nbsp;
     
    <table width="420" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="2"><table border="0" cellpadding="0" cellspacing="0" width="420">
      <!-- fwtable fwsrc="titulo.png" fwbase="titulo.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
      <tr>
        <td><img src="images/spacer.gif" width="115" height="1" border="0" alt="" /></td>
        <td><img src="images/spacer.gif" width="305" height="1" border="0" alt="" /></td>
        <td><img src="images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
      </tr>
      <tr>
        <td rowspan="3"><img src="images/titulo_r1_c1.jpg" alt="" name="titulo_r1_c1" width="115" height="30" border="0" id="titulo_r1_c1" /></td>
        <td><img src="images/titulo_r1_c2.jpg" alt="" name="titulo_r1_c2" width="305" height="2" border="0" id="titulo_r1_c2" /></td>
        <td><img src="images/spacer.gif" width="1" height="2" border="0" alt="" /></td>
      </tr>
      <tr>
        <td background="images/titulo_r2_c2.jpg" class="titulo">Preliquidaciones</td>
        <td><img src="images/spacer.gif" width="1" height="25" border="0" alt="" /></td>
      </tr>
      <tr>
        <td><img src="images/titulo_r3_c2.jpg" alt="" name="titulo_r3_c2" width="305" height="3" border="0" id="titulo_r3_c2" /></td>
        <td><img src="images/spacer.gif" width="1" height="3" border="0" alt="" /></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2" align="center" valign="middle" class="texto">RESULTADO DE LA CONSULTA</td>
  </tr>
   
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2"><?php  
      
require_once("autenticar_usr_fns.php"); 
 
$postor=$_POST[cod_postor];// 
 
$contra=$_POST[contra];//'101'; // 
  
$consulta_array=busca_empresa($postor,$contra); 


?>

<table width="100%" border="0" cellpadding="0" cellspacing="0" class="texto_nota">
  <tr>
    <td align="center" valign="middle" class="rojo">EL SALDO QUE FIGURA DEBERA DEPOSITARLO EN LA CTA/CTE ME</td>
  </tr>
    <tr>
    <td align="center" valign="middle" class="rojo">DEL BANCO DE CREDITO DEL PERU Nº 193-1194690-1-84</td>
  </tr>
    <tr>
    <td align="center" valign="middle" class="rojo">DE "LOS ANDES SERVICIOS CORPORATIVOS SAC"</td>
  </tr>
</table> 
  <table class="alt1" width="100%" cellpadding=4 border=0 cellspacing=1>
<?php 
     
  
if (!is_array($consulta_array)){ 
     echo 
'No Se Puede mostrar ningun dato(s) para esta Empresa o el código y contraseña no es correcto.<br>'
       } 
  else{ 
  
$color "#dfebf8";  
  
$alinea="center"
  
$alinea1="left"
  
$enca="class=thead"
   
  echo 
"<tr $enca> <td><strong>Nº</strong></td>"
  echo 
"<td align=$alinea><strong>Postor</strong></td>"
  echo 
"<td align=$alinea><strong>Lote</strong></td>"
  echo 
"<td align=$alinea><strong>Base N°</strong></td>"
  echo 
"<td align=$alinea><strong>SALDO A CANCELAR US$</strong></td>"
  echo 
"</tr>"
       
      
$aa=1
    
$datofi=0
      foreach (
$consulta_array as $cu
        { 
         foreach (
$cu as $dato
           if (
$color == '#dfebf8'
            
$color '#f5f5f5'
             
          else 
          
$color '#dfebf8'
           
          echo 
"<tr bgcolor='$color'>"
          echo 
"<td align='$alinea'>".$aa."\n</td>"
          echo 
"<td align='$alinea'>".$cu[codigo]."\n</td>"
          echo 
"<td align='$alinea'>".$cu[lote]."</td>"
          echo 
"<td align='$alinea'>".$cu[codigo]."\n</td>"
            echo 
"<td align='$alinea'>".$cu[saldo]."\n</td>"
            echo 
"</tr>"
           
$aa++; 
           
$datofi=$datofi+$cu[saldo]; 
        } 
         
  } 
    
?>

  <tr class="alt5">
    <td colspan="4" align="center">Saldo Total $ </td>
    <td align="center"> <?php echo $datofi?> </td>
  </tr>
</table>

</td>
    </tr>
  <tr>
    <td><a href="v_preliquidaciones.php">Regresar a consultar nuevamente</a></td>
     
  </tr>
</table>
      </td>
    <td width="160"> <font color="#FFFFFF"> 
     
     
      <?php include("derecha.htm")?>
      </font></td>
  </tr>
  <tr valign="top" bgcolor="#FFFFFF"> 
    <td colspan="3"><font color="#FFFFFF">&nbsp;
      <?php include("base.htm")?>
      </font></td>
  </tr>
</table>
</body>
</html>



mi codigo para autentificar
autenticar_usr_fns.php
Código (php) [Seleccionar]


<?php 
//  
require_once("conectardb_fns.php"); 

function 
busca_empresa($postor$contra

if (!
$postor==' '
      return 
false
   
  
$conn db_connect(); 
  if (!
$conn
    return 
false
   
  
$query "select * from postores where codigo='$postor' and contra='$contra'"
   
      
$result = @mysql_query($query); 
      if (!
$result
     return 
false
    
$num_proyectos = @mysql_num_rows($result); 
     if (
$num_proyectos==0
         return 
false
         
$result db_resultados_array($result); 
       return 
$result


function 
db_resultados_array($resultado

     
$res_array = array(); 
    for (
$count=0$row = @mysql_fetch_array($resultado); $count++) 
    
$res_array[$count] = $row
    return 
$res_array



?>



v_preliquidaciones.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
@import url("estilo.css");
-->
</style>
</head>

<body>
<table width="420" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="2"><table border="0" cellpadding="0" cellspacing="0" width="420">
        <!-- fwtable fwsrc="titulo.png" fwbase="titulo.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
        <tr>
          <td><img src="images/spacer.gif" width="115" height="1" border="0" alt=""></td>
          <td><img src="images/spacer.gif" width="305" height="1" border="0" alt=""></td>
          <td><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
        </tr>
        <tr>
          <td rowspan="3"><img name="titulo_r1_c1" src="images/titulo_r1_c1.jpg" width="115" height="30" border="0" alt=""></td>
          <td><img name="titulo_r1_c2" src="images/titulo_r1_c2.jpg" width="305" height="2" border="0" alt=""></td>
          <td><img src="images/spacer.gif" width="1" height="2" border="0" alt=""></td>
        </tr>
        <tr>
          <td background="images/titulo_r2_c2.jpg" class="titulo">Preliquidaciones</td>
          <td><img src="images/spacer.gif" width="1" height="25" border="0" alt=""></td>
        </tr>
        <tr>
          <td><img name="titulo_r3_c2" src="images/titulo_r3_c2.jpg" width="305" height="3" border="0" alt=""></td>
          <td><img src="images/spacer.gif" width="1" height="3" border="0" alt=""></td>
        </tr>
      </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2" class="texto">Introduce tu Nro de Postor y Fact./Boleta</td>
  </tr>
  <tr>
    <td colspan="2" class="texto">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2" class="texto">&nbsp;</td>
  </tr>
  <tr valign="top">
    <td colspan="2" align="center" class="texto"><form name="form1" method="post" action="v_consulta.php">
        <table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#990002">
        <tr>
          <td><table border="0" align="center" cellpadding="0" cellspacing="8">
              <tr>
                <td width="200" align="right" valign="middle" class="texto"><div align="right"><strong>Numero de postor:</strong></div></td>
                <td width="200"><input type="text" name="cod_postor" id="cod_postor"></td>
              </tr>
              <tr>
                <td align="right" valign="middle" class="textoderecha"><div align="right">Contrase&ntilde;a :</div></td>
                <td class="texto"><input type="password" name="contra" id="textfield"></td>
              </tr>
              <tr>
                <td class="texto">&nbsp;</td>
                <td class="texto"><input type="submit" name="button" id="button" value="Consutar"></td>
              </tr>
          </table></td>
        </tr>
      </table>
        </form>      </td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>


mi problema es como puedo hacer eso ?, gracias por la ayuda que me den...
#8
PHP / Re: ayuda con codigo php
30 Julio 2008, 16:06 PM
y el archivo para subir mis pdf es este:

subir_pdf.php
Código (php) [Seleccionar]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>::: Subir PDF  ::</title>
<link rel="stylesheet" href="estilo_deportes.css" type="text/css">
<link rel="stylesheet" href="estilo_noticias.css" type="text/css">
</head>

<body bgcolor="#FFFFFF">
<p class="texto_titulo">Subir Archivos PDF::</p>
<ol>
  <li><span class="texto_titulo">Nota:</span><br>
    <span class="texto_comentario">para subir pdf tener en cuenta el numero 
    de IP noticia, ejemplo: si e IPnoticia es 1, el PDF debe llamarse 1.pdf</span></li>
</ol>
<p>
  <?php 
if ($enviar) { 
move_uploaded_file($archivo,"pdf_soporte/$archivo_name"); 
$url "pdf_soporte/".$archivo_name
chmod($url,0777); 
echo 
"PDF subido exitosamente";  

else { 
?>

</p>
<Form method="post" action="subir_pdf.php" enctype="multipart/form-data"> 
  <input type="file" name="archivo">
  <br>
  <input name="enviar" type="submit">
  <?php 

?>


</body>
</html>
#9
PHP / Re: ayuda con codigo php
30 Julio 2008, 16:05 PM
aver bueno este es mi archivo php que uso para mostrar mi informacion, bueno para programar esto uso el ultradev 4

ig_nuevos_productos.php
Código (php) [Seleccionar]

<?php 
  
 
//    Copyright (c) Interakt Online 2001 
  //    http://www.interakt.ro/ 

  
  
require("./adodb/adodb.inc.php"); 
  require(
"./Connections/cnSoporte.php"); 
?>
<?php 
   $rs
=$cnSoporte->Execute("SELECT * FROM soporte") or DIE($cnSoporte->ErrorMsg()); 
   
$rs_numRows=0
   
$rs__totalRows=$rs->RecordCount(); 
?>
<?php 

  
//    Copyright (c) Interakt Online 2001 
  //    http://www.interakt.ro/ 

  
require("./adodb/adodb.inc.php"); 
  require(
"./Connections/cnSoporte.php"); 
?>
<?php 
   $rs
=$cnSoporte->Execute("SELECT * FROM soporte") or DIE($cnSoporte->ErrorMsg()); 
   
$rs_numRows=0
   
$rs__totalRows=$rs->RecordCount(); 
?>
<?php 


  
//    Copyright (c) Interakt Online 2001 
  //    http://www.interakt.ro/ 

  
require("./adodb/adodb.inc.php"); 
  require(
"./Connections/cnSoporte.php"); 
?>
<?php 
   $rs
=$cnSoporte->Execute("SELECT * FROM soporte") or DIE($cnSoporte->ErrorMsg()); 
   
$rs_numRows=0
   
$rs__totalRows=$rs->RecordCount(); 
?>
<?php 
   $Repeat1__numRows 
= -1
   
$Repeat1__index0
   
$rs_numRows $rs_numRows $Repeat1__numRows
?>
<?php 
  
// *** Recordset Stats, Move To Record, and Go To Record: declare stats variables 
   
  // set the record count 
  
$rs_total $rs->RecordCount(); 
   
  
// set the number of rows displayed on this page 
  
if ($rs_numRows 0) {            // if repeat region set to all records 
    
$rs_numRows $rs_total
  } else if (
$rs_numRows == 0) {    // if no repeat regions 
    
$rs_numRows 1
  } 
   
  
// set the first and last displayed record 
  
$rs_first 1
  
$rs_last  $rs_first $rs_numRows 1
   
  
// if we have the correct record count, check the other stats 
  
if ($rs_total != -1) { 
    
$rs_numRows min($rs_numRows$rs_total); 
    
$rs_first  min($rs_first$rs_total); 
    
$rs_last  min($rs_last$rs_total); 
  } 
  
?>
<?php $MM_paramName ""?><?php 
// *** Move To Record and Go To Record: declare variables 

$MM_rs      = &$rs
$MM_rsCount   $rs_total
$MM_size      $rs_numRows
$MM_uniqueCol "id"
$MM_paramName "id"
$MM_offset 0
$MM_atTotal false
$MM_paramIsDefined = ($MM_paramName != "" && isset($$MM_paramName)); 
?>
<?php 
// *** Move To Specific Record: handle detail parameter 

if ($MM_paramIsDefined && $MM_rsCount != 0) { 

  
// get the value of the parameter 
  
$param = $$MM_paramName

  
// find the record with the unique column value equal to the parameter value 
  
for ($MM_offset=0; !$MM_rs->EOF$MM_offset++) { 
    if (
$MM_rs->Fields($MM_uniqueCol) == $param) break; 
    
$MM_rs->MoveNext(); 
  } 

  
// if not found, set the number of records and reset the cursor 
  
if ($MM_rs->EOF) { 
    if (
$MM_rsCount 0$MM_rsCount $MM_offset
    if (
$MM_size || $MM_size $MM_rsCount$MM_size $MM_rsCount
    
$MM_offset 0

    
// reset the cursor to the beginning 
    
$MM_rs->MoveFirst(); 
  } 

?>
<?php 
// *** Move To Record: if we dont know the record count, check the display range 

if ($MM_rsCount == -1) { 

  
// walk to the end of the display range for this page 
  
for ($i=$MM_offset; !$MM_rs->EOF && ($MM_size || $i $MM_offset $MM_size); $i++) { 
    
$MM_rs->MoveNext(); 
  } 

  
// if we walked off the end of the recordset, set MM_rsCount and MM_size 
  
if ($MM_rs->EOF) { 
    
$MM_rsCount $i
    if (
$MM_size || $MM_size $MM_rsCount$MM_size $MM_rsCount
  } 

  
// if we walked off the end, set the offset based on page size 
  
if ($MM_rs->EOF && !$MM_paramIsDefined) { 
    if ((
$MM_rsCount $MM_size) != 0) {  // last page not a full repeat region 
      
$MM_offset $MM_rsCount - ($MM_rsCount $MM_size); 
    } else { 
      
$MM_offset $MM_rsCount $MM_size
    } 
  } 

  
// reset the cursor to the beginning 
  
$MM_rs->MoveFirst(); 

  
// move the cursor to the selected record 
  
for ($i=0; !$MM_rs->EOF && $i $MM_offset$i++) { 
    
$MM_rs->MoveNext(); 
  } 

?>
<?php 
// *** Move To Record: update recordset stats 

// set the first and last displayed record 
$rs_first $MM_offset 1
$rs_last  $MM_offset $MM_size
if (
$MM_rsCount != -1) { 
  
$rs_first $rs_first<$MM_rsCount?$rs_first:$MM_rsCount
  
$rs_last  $rs_last<$MM_rsCount?$rs_last:$MM_rsCount


// set the boolean used by hide region to check if we are on the last record 
$MM_atTotal = ($MM_rsCount != -&& $MM_offset $MM_size >= $MM_rsCount); 
?>

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="estilo_noticias.css" type="text/css">
<style type="text/css">
<!--
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <th colspan="3" valign="top" scope="col"> 
      <?include("superior.htm")?>
    </th>
  </tr>
  <tr> 
    <td width="140" valign="top" bgcolor="#FFDF9D"> 
      <?include("izquierda.htm")?>
    </td>
    <td width="480" valign="top" bgcolor="#FFFFFF"> 
      <table width="460" border="0" align="center" cellspacing="0" cellpadding="0">
        <tr> 
          <td class="texto_titulo" colspan="2"> 
            <table border="0" cellpadding="0" cellspacing="0" width="436">
              <!-- fwtable fwsrc="titulo.png" fwbase="titulo.jpg" fwstyle="Dreamweaver" fwdocid = "694147630" fwnested="0" -->
              <tr> 
                <td><img src="img/spacer.gif" width="2" height="1" border="0" alt="" /></td>
                <td><img src="img/spacer.gif" width="396" height="1" border="0" alt="" /></td>
                <td><img src="img/spacer.gif" width="38" height="1" border="0" alt="" /></td>
                <td><img src="img/spacer.gif" width="1" height="1" border="0" alt="" /></td>
              </tr>
              <tr> 
                <td colspan="3"><img name="titulo_r1_c1" src="img/titulo_r1_c1.jpg" width="436" height="3" border="0" id="titulo_r1_c1" alt="" /></td>
                <td><img src="img/spacer.gif" width="1" height="3" border="0" alt="" /></td>
              </tr>
              <tr> 
                <td rowspan="2"><img name="titulo_r2_c1" src="img/titulo_r2_c1.jpg" width="2" height="27" border="0" id="titulo_r2_c1" alt="" /></td>
                <td background="img/titulo_r2_c2.jpg"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="396" height="25">
                    <param name="movie" value="flash/ig_nuevos_productos.swf">
                    <param name="quality" value="high">
                    <param name="wmode" value="transparent">
                    <embed src="flash/ig_nuevos_productos.swf" width="396" height="25" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent">
                    </embed> 
                  </object></td>
                <td rowspan="2"><img name="titulo_r2_c3" src="img/titulo_r2_c3.jpg" width="38" height="27" border="0" id="titulo_r2_c3" alt="" /></td>
                <td><img src="img/spacer.gif" width="1" height="25" border="0" alt="" /></td>
              </tr>
              <tr> 
                <td><img name="titulo_r3_c2" src="img/titulo_r3_c2.jpg" width="396" height="2" border="0" id="titulo_r3_c2" alt="" /></td>
                <td><img src="img/spacer.gif" width="1" height="2" border="0" alt="" /></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td class="texto_titulo">&nbsp;</td>
          <td class="texto_titulo" valign="top">&nbsp; </td>
        </tr>
        <tr> 
          <td colspan="2"> 
            <?php while (($Repeat1__numRows-- != 0) && (!$rs->EOF))  
   {  
?>

            <table width="460" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td width="120"><img src="fotos_soporte/<?php echo $rs->Fields("id")?>.jpg" width="100" height="100"></td>
                <td valign="top" width="340"><a href="pdf_soporte/<?php echo $rs-Fields("id")?>.pdf"><?php echo $rs->Fields("titulo")?></a><br />

                  <span class="texto_comentario"> 
                  <?php echo $rs->Fields("comentario")?>
                  </span></td>
              </tr>
              <tr> 
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
              <tr> 
                <td colspan="2"> 
                  <hr>
                </td>
              </tr>
            </table>
            <?php 
  $Repeat1__index
++; 
  
$rs->MoveNext(); 

?>

          </td>
        </tr>
      </table>
      <p align="center">&nbsp;</p>
      <p align="right"><a href="javascript:window.history.back()"><span class="texto_comentario">&gt;&gt; 
        Regresar</span></a><br>
      </p>
    </td>
    <td width="140" valign="top" bgcolor="#FFDF9D"> 
      <?include("derecha.htm")?>
    </td>
  </tr>
  <tr> 
    <td colspan="3" valign="top" bgcolor="#FFFFFF"> 
      <?include("base.htm")?>
    </td>
  </tr>
</table>
</body>
</html>
<?php 
  $rs
->Close(); 
?>

<?php 
  $rs
->Close(); 
?>

<?php 
  $rs
->Close(); 
?>

#10
PHP / Re: ayuda con codigo php
30 Julio 2008, 16:04 PM
el codigo de mi bd  es este:
Código (sql) [Seleccionar]

# phpMyAdmin MySQL-Dump
# version 2.2.5
# http://phpwizard.net/phpMyAdmin/
# http://phpmyadmin.sourceforge.net/ (download page)
#
# servidor: localhost
# Tiempo de Generacion: 27-08-2007 a les 11:34:41
# Version del Servidor: 3.23.47
# Version del PHP: 4.1.1
# Base De Datos : `ig`
# --------------------------------------------------------

#
# Estructura de tabla para tabla `soporte`
#

CREATE TABLE soporte (
  id int(11) NOT NULL auto_increment,
  titulo varchar(150) NOT NULL default '',
  comentario text NOT NULL,
  PRIMARY KEY  (id)
) TYPE=MyISAM;

#
# Volcar la base de datos para la tabla `soporte`
#

INSERT INTO soporte VALUES (1, 'Lanzamos nuestros nuevos productos', Avisamos a nuestros clientes la llegada de sus nuevos productos marca Extech.\r\n<br>\r\n<br>\r\nAsi es.\r\n');
INSERT INTO soporte VALUES (2, 'Deltha OHM', 'La compañia delta...');