I developed a cms for certain pages of our website, people log in, select the page to update then update the textareas (fed by MSSQL), press submit and the website is updated.
Some of the updates however are shocking so I need to put an approval system onto it.
Basically, when they press submit instead of the update automatically going into the DB and updating the website, and email is sent to whoever should approve it telling them that this is what they have changed, do you accept or reject it. If they accept then it is made live.
Question is, how do I go about doing this? I guess I would need a seperate table in my DB where the new text goes until it is approved then it goes into the main table?
Some of the updates however are shocking so I need to put an approval system onto it.
Basically, when they press submit instead of the update automatically going into the DB and updating the website, and email is sent to whoever should approve it telling them that this is what they have changed, do you accept or reject it. If they accept then it is made live.
Question is, how do I go about doing this? I guess I would need a seperate table in my DB where the new text goes until it is approved then it goes into the main table?