If I am adding customers to a database and then display them in a table at the bottom of the page, what is the best way to do that.
Example: Customer is adding information and hits a submit button that adds the info to a table in the db, below the form I have a table that shows the current information in that db table, so each time that I hit submit I need it to reload that table and show the new info.