Source Code:
(back to article)
<?php $value = "This is the value that will be stored in local storage"; echo "<script>localStorage.setItem('key', '$value');</script>";
Result:
Report an issue