Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/08/2011, 09:06
thedarking
 
Fecha de Ingreso: julio-2011
Ubicación: Argentina
Mensajes: 38
Antigüedad: 13 años, 7 meses
Puntos: 0
Respuesta: Formulario bastante complejo

muchas gracias...
pero...en verdad no queria el codigo sino una orientacion como la tuya ;), vuelvo a repetir Gracias, y...alguna otra orientacion?

una duda...si creo una tabla con html y pongo un a href a cada espacio de la tabla para q muestre..no seria mejor?
otra duda...el boton borrar no m funciona correctamente no he entendido muy bien la funcion del boton borrar

aki dejo para q me guien :D :
Código PHP:
<html>
    <body>


<?php
include"conexion.php";
$col=$_POST['col'];
$id=$_POST['id'];
$mensaje=$_POST['mensaje'];
$seleccion=$_POST['seleccion'];
$opcion=$_POST['opcion'];
$telefono=$_POST['telefono'];
$email=$_POST['email'];

mysql_query("DELETE FROM `lineage2`.`clientesl2` WHERE `clientesl2`.`id` = '$id' AND `clientesl2`.`mensaje` = '$mensaje' AND `clientesl2`.`seleccion` = '$seleccion' AND `clientesl2`.`opcion` = '$opcion' AND `clientesl2`.`telefono` = '$telefono' AND `clientesl2`.`email` = '$email'"); 

?>
        <b><hl><center><a href="index.html"><button>indice</button></a></center></hl></b><br>
    </body>
</html>