In an inscription table to attend an event, the "7" record has "disappeared". It does not appear on the screen when you dump the table with
$query="SELECT * FROM aligxager";
$results = mysql_query($query,$link) or die('Error en la petición SQL.');
$cont = 0;
while ($row = mysql_fetch_array($results)) {
$cont ++;
//Nom
echo '<tr>';
foreach($row as $field) {
echo '<td>' . htmlspecialchars($field) . '</td>';
}
echo '</tr>';
}
mysql_free_result($results);
mysql_close();
There is some way to find out what is in the registry and how its "disappearance" occurred