I have an app that I am developing, it is in php and it queries a database and displays the info in an html table with a checkbox at the end of each row. What I want to do is use javascript to refresh the page passing a couple variables in the url so that when the page refreshes I can use php to update the database.