gracias viejo, bueno enmedio de lo muy poco que he aprendido de php puse esto en la pagina de eliminacion masivo2.php pero me da error.
Código PHP:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<?
$valores = array($_POST["campos"]); ?>
<?
DELETE FROM inmuebles WHERE id IN (".implode($valores).")
?>
</head>
<body>
</body>
</html>
Parse error: syntax error, unexpected T_STRING in C:\AppServ\www\bancaci\masivo2.php on line 10
gracias por tu tiempo