How to pass the information from "myfirstpage.com" to "mysecondpage.com" ? I got my site on myfirstpage, but I'm changing the host and switching address to mysecondpage, I want an easy way to move over all users information they have stored in JavaScript local storage to my second page.
The best would be if you press an button, you'll directly go to my second page and all information would be stored in that page localstorage.
Security for storing and transfer the information is not important because it does not matter.
I'm have just learned HTML, css and JS. I have not learned Php yet but feel free to answer with php if that is the easiest way to do this.