single.php
A textbox on load will display a value and on clicking on the textbox, the value disappears. Just like place holder.
<input type="text" onfocus="if(this.value == 'value') { this.value = ''; }" value="value" />