Ver Mensaje Individual
  #6 (permalink)  
Antiguo 31/12/2004, 12:25
Avatar de baklao
baklao
 
Fecha de Ingreso: noviembre-2004
Ubicación: Santa Ana - Isla de Margarita
Mensajes: 482
Antigüedad: 19 años, 5 meses
Puntos: 0
Hola de nuevo creas un formulario de esta manera:

Código HTML:
<form name="formular" action="meinteresa.php" method="POST">

sql_connect("localhost","root","") or die ("no se ha podido conectar a la BD"); 
mysql_select_db("inmobiliaria") or die ("no se ha podido seleccionar la BD"); 
if ($iden!="") 
{ 
    $sql = "SELECT * FROM pisos_venta WHERE ID=$iden" ; 
} 

$consulta = mysql_query($sql) or die ("No se pudo ejecutar la consulta"); 
$registro=mysql_fetch_assoc($consulta); 
echo "<table align=center border=1>"; 
        echo "<td><table><td>Fecha...".$registro['fecha']."</td>"; 
           <input type="hidden" name="fechas" value="<? echo $registro['fecha']">        echo "<tr>"; 
        echo "<tr>"; 
        echo "<tr><td>Ref.".$registro['referencia']."</td></tr>";
       <input type="hidden" name="refer" value="<? echo $registro['referencia']">         
                echo "</table>"; 
        echo "</td>"; 
    echo  "<tr><td><table><tr><td>".($registro["descripcion"])."</td></tr></table></td><br>"; 
    echo "<tr>";
<input type="hidden" name="descrip" value="<? echo $registro['descripcion']">         
    echo "<td><table>";     
     
    echo "<td><img src='".$registro['imagen1']."' width='120' height='120'></td>"; 
    echo "<td><img src='".$registro['imagen2']."' width='120' height='120'></td>"; 
    echo "<td><img src='".$registro['imagen3']."' width='120' height='120'></td>"; 
    echo "<td><img src='".$registro['imagen4']."' width='120' height='120'></td></table>"; 
    echo "</tr>"; 
?> 
<a href="javascript:document.formular.submit">Siguiente</a>
</form> 

Salu2. y suerte.

Bye
__________________
Atte. Mohamed :aplauso: