Foros del Web » Programación para mayores de 30 ;) » Bases de Datos General »

ayuda checkbox y consulta db

Estas en el tema de ayuda checkbox y consulta db en el foro de Bases de Datos General en Foros del Web. Tengo el siguiente codigo: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento sin título</title> </head> <?php $CUENTA=$_POST['CUENTA']; $TELEFONO_FIJO=$_POST['TELEFONO_FIJO']; $CELULAR=$_POST['CELULAR']; $TELEFONIA=$_POST['TELEFONIA']; $TELEVISION=$_POST['TELEVISION']; $INTERNET=$_POST['INTERNET']; $MOTIVO=$_POST['MOTIVO']; $USUARIO_RR=$_POST['USUARIO_RR']; { mysql_connect("mysql.webcindario.com","****","***" ...
  #1 (permalink)  
Antiguo 27/07/2009, 10:02
 
Fecha de Ingreso: julio-2009
Mensajes: 1
Antigüedad: 15 años, 5 meses
Puntos: 0
Exclamación ayuda checkbox y consulta db

Tengo el siguiente codigo:


<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>
<?php

$CUENTA=$_POST['CUENTA'];
$TELEFONO_FIJO=$_POST['TELEFONO_FIJO'];
$CELULAR=$_POST['CELULAR'];
$TELEFONIA=$_POST['TELEFONIA'];
$TELEVISION=$_POST['TELEVISION'];
$INTERNET=$_POST['INTERNET'];
$MOTIVO=$_POST['MOTIVO'];
$USUARIO_RR=$_POST['USUARIO_RR'];

{
mysql_connect("mysql.webcindario.com","****","***" );
mysql_select_db("tammers");

mysql_query("INSERT INTO datos (CUENTA,TELEFONO_FIJO,CELULAR, TELEFONIOA,TELEVISION,INTERNET,MOTIVO,USUARIO_RR)V ALUES('$CUENTA','$TELEFONO_FIJO','$CELULAR','$TELE FONIA','$TELEVISION','$INTERNET','$MOTIVO','$USUAR IO_RR')");

}
?>


<body>
<form action="" method="post" name="CANCELACIONES" id="CANCELACIONES">
<table width="365" border="2">
<tr>
<td width="178" bgcolor="#FFFFFF"><strong>CUENTA</strong></td>
<td width="169"><label>
<input type="text" name="CUENTA" id="CUENTA" />
</label></td>
</tr>
<tr>
<td><strong>TELEFONO FIJO</strong></td>
<td><label>
<input type="text" name="TELEFONO_FIJO" id="TELEFONO_FIJO" />
</label></td>
</tr>
<tr>
<td><strong>CELULAR</strong></td>
<td><label>
<input type="text" name="CELULAR" id="CELULAR" />
</label></td>
</tr>
<tr>
<td rowspan="3"><strong>SERVICIOS A CANCELAR</strong></td>
<td><label>
<input name="TELEFONIA" type="checkbox" id="TELEFONIA" value="SI" />
</label>
<strong>TELEFONIA</strong></td>
</tr>
<tr>
<td><label>
<input name="TELEVISION" type="checkbox" id="TELEVISION" value="SI" />
<strong>TELEVISION</strong></label></td>
</tr>
<tr>
<td><label>
<input name="INTERNET" type="checkbox" id="INTERNET" value="SI" />
<strong>INTERNET</strong></label></td>
</tr>
<tr>
<td><strong>MOTIVO DE CANCELACION</strong></td>
<td><label>
<textarea name="MOTIVO" id="MOTIVO" cols="45" rows="5"></textarea>
</label></td>
</tr>
<tr>
<td><strong>USUARIO RR</strong></td>
<td><input type="text" name="USUARIO_RR" id="USUARIO_RR" /></td>
</tr>
<tr>
<td colspan="2"> <label>
<input type="submit" name="ENVIAR" id="ENVIAR" value="Enviar" />
<input type="reset" name="BORRAR" id="BORRAR" value="BORRAR" />
</label></td>
</tr>
</table>
</form>
</body>
</html>


pero el rpoblema es que no se como hacer para que cuando el suario selecciona ya sea un checkbox o los 3 al tiempo me envie a un abase de datos en mysql que he hecho, pero que me envie cada registro a un campo por aparte, por ejemplo asi como tengo uno para cuenta tengo uno para cada checbock.

Adicional como hago para hacer otro codigo que permita consultar los todos los registros de la base de datos y permita exportarlos a excel?

gracias
  #2 (permalink)  
Antiguo 27/07/2009, 12:08
Avatar de gnzsoloyo
Moderador criollo
 
Fecha de Ingreso: noviembre-2007
Ubicación: Actualmente en Buenos Aires (el enemigo ancestral)
Mensajes: 23.324
Antigüedad: 17 años, 1 mes
Puntos: 2658
Respuesta: ayuda checkbox y consulta db

Foro equivocado: Problema de PHP y HTML.
Postea en el Foro de PHP, allí te podrán responder mejor. Este es el Foro de Bases de Datos. Aquí el tema es SQL y BB.DD.
__________________
¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores constantemente...
"El problema es la interfase silla-teclado." (Gillermo Luque)
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 00:57.