Hey PHP guys,
I need your advice please..
I have a list of checkboxes Retrieved from DB as following:
check | Username | Status
[ ] | username1 | Not Active
[ ] | username2 | Not Active
[ ] | username3 | Not Active
[Save button]
when a number of checkbox checked & the save button clicked the status will be changed to active.
My Question is:
What is the Right way to Refresh the list (or the status column) once I submit the save button & the users status updated on DB ?
I'm Thinking of using AJAX.. do you think it will do the job perfectly?
if so, should the list be in another page to call it after the submit button?
Thanks for Advance.
