I am writing a web application, and part of it is remembering the contents of a input field and an area text box. Is there any way to do this? HTML5, PHP, JavaScript, anything?
I have tried this for the INPUT element (for PHP):
Any ideas about what would work?
I have tried this for the INPUT element (for PHP):
Code:
<input name="doc1" type="text" class="file-name" placeholder="Type document name here." value="" size="4">
Any ideas about what would work?
Last edited: