>> How can I display a " in an input box?
>>
>> I tried
>> <input type = "text" value = "\"">
>> without success.
>
> Use either value=""", value=""" or value='"'
Isn't there something like the PHP command
addslashes(...)
so that each character gets displayed properly?