How do i checkout an entry which has already inserted into database?

how do i checkout an entry which has already inserted into database? So on new visitor insert the visitor will then have a option of checking out.

I have a visitor page where i entry a new visitor then print the visitors page, now what i wanted is check out the visitor once his work is finished.

What exactly do you mean by “check out”? In the sense of a shopping cart building up entries and you then want to confirm the sale, or in terms of a hotel where the user has checked in, but now wants to leave?

If you mean the latter as I suspect, after inserting the user into the database table, retrieve the unique id of the row and use that to mark that they have checked out.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.