Ver Mensaje Individual
  #7 (permalink)  
Antiguo 28/09/2010, 15:34
Avatar de oscarios
oscarios
 
Fecha de Ingreso: septiembre-2004
Mensajes: 186
Antigüedad: 19 años, 7 meses
Puntos: 2
Respuesta: Eliminar varios registros al tiempo

tienez razon, bueno me da error aun

Código PHP:
Ver original
  1. <?php require_once('Connections/conbanca.php'); ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Documento sin título</title>
  7. <?
  8. $valores = array($_POST["campos"]);
  9. ?>
  10. <?
  11. DELETE FROM inmuebles WHERE id IN (".implode($valores).")
  12. ?>
  13. </head>
  14. <body>
  15. </body>
  16. </html>

Parse error: syntax error, unexpected T_STRING in C:\AppServ\www\bancaci\masivo2.php on line 11
__________________
oscariosdw