ok, today I\'m making a helper HTML function. It looks like this:
function Input($name,$type,$lable,$value= null){ if (isset($value)) { //if (this.value==\
You want this
Update: Some newer browsers will do what you want simply by adding the placeholder attribute:
Here is the PHP according to your code
echo <<$lable END;