How to Display Result Messages in CodeIgniter
Sometimes we need to display general messages or error messages to the user noticing about certain action, for example on success or failure. Imagine you are submitting a form and then creating or updating the data in the database. This is the way I use to display general messages (and error messages) in CodeIgniter application.

