[Solved] Save cache in computer of the user PHP [closed]


HTML5 LocalStorage is your answer. Literally, in JavaScript, if the localStorage object is not undefined, you can use it to permanently store variables. From there, write a JSON export and use JavaScript to dump all your data into this to re-use later.

2

solved Save cache in computer of the user PHP [closed]