I have a select where it displays some information for the period by date for the selected id.
After the output of the table, the checkbox is assigned to each row, after selecting the necessary entries by the checkbox, you can delete the entry.
When deleting entries, I return the page to the selected id in this way.
$rnd = get_rnd(); echo '<a href="stack_over.php?id='.$id.'&rnd='.$rnd.'">вернуться</a>'; Tell me please, is it possible to realize the return of the page where the table with my select for the selected id was opened?
header("location: ".$_SERVER['HTTP_REFERER']);- Walfter 1:59 pmecho,print_rin the file and, after performing the necessary operations, simply insert the lineheader("location: ".$_SERVER['HTTP_REFERER']);- Walfter 2:07 pm