How Do I Save The Markup Change I Made, When Going From One Page To The Next?
So heres the thing. I have the following: I am making a website and each site has the same nav-bar, where you are to login. So, I made a universal navbar.php that I include in all
Solution 1:
LocalStorage is analogous to client session-storage in your case.
Solution 2:
- You can save your data into Local-storage or session storage (angular js)
- amplify
Post a Comment for "How Do I Save The Markup Change I Made, When Going From One Page To The Next?"