I want to add a show sucess message using :-
session->flash(); ?> in view and added the message in controller :- Session->setFlash("Record has been saved successfully."); ?> se
I want to add a show sucess message using :-
session->flash(); ?> in view and added the message in controller :- Session->setFlash("Record has been saved successfully."); ?> se