I'm building a CMS using CodeIgniter.
Currently, after a user edits a page, the form validates, then a redirect sends the user back to the same page.
I would like to automatically add a "Save Successful" message to the redirected page so that the user knows that their action was successful.
Is there a way to pass information through a redirect to accomplish this? If not, is there a better way to go about this?