I have two views view1.php and view2.php in CodeIgniter and I have included view2.php in view1.php and I want to use the value of variable $user_update in view2.php which I have defined in view1.php.
How can I do that?
I have two views view1.php and view2.php in CodeIgniter and I have included view2.php in view1.php and I want to use the value of variable $user_update in view2.php which I have defined in view1.php.
How can I do that?