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>