ponle un echo a $ssql; y comenta todo lo despues para que te no marque ningun error asi:
Código PHP:
$ssql="select email, id from usuarios where estado='$ban' AND msj='$no' LIMIT ".$_get['limit'];
echo $ssql;
/* $result=mysql_query($ssql) or die(mysql_error());
$registros=mysql_num_rows($result);
if ($registros != 0) {
//aqui empieza.
while ($fila=mysql_fetch_array($result)){
$para =$fila["email"];
$id = $fila["id"];
echo "$id";
echo "$email";
}
mail($para, $asunto, utf8_decode($mensaje), $header);
$ssql = "update usuarios set msj='$actualizar' where id='$id'";
}
mysql_close(); */
a ver que te marca pero casi estoy seguro que no te mostrará el
$_get['limit'] por que debe estar en mayúculas
$_GET['limit'], pero hazlo y comentas