Get row position on submit
Get row position on submit
is it possible to get the row position when i submit a form and save that position to a PHP value?
maybe using a hidden input so i can $_POST or something.
what i really want is to be able to delete a selected row from a table that get its values from a sqlite file.
thanks!
maybe using a hidden input so i can $_POST or something.
what i really want is to be able to delete a selected row from a table that get its values from a sqlite file.
thanks!
This discussion has been closed.