Okay, I hope I can make this as clear as possible. My client wants a system in place whereby once he updates something in his admin control panel the changes would be shown on a table in the website.
Basically the site is for mortgage brokers and realtors. The mortgage broker submits certain information via a form to the database and also signals a specific realtor in that form.
Now the admin gets to view all of this information and will check off if certain items have been done. This result is what needs to be shown dynamically to that certain realtor awaiting that information.
He wants a sort of table to be shown where the items done have a check next to them. How can I do this?
I hope this is clear.