I have a string in my database as
in' out"
now i need to show this in input textbox
i did
<input value='in' out"'>
output only: in
also
<input value="in' out"">
output only: in' out
the real output should be
in' out"
Actually i need to do like this
encode ' => '
and " => "
I m using php serverscript
anyone please help me to encode these quotas