$data = \" book's case "new" \";
how to show this correctly in
Because I got this kind of error :
<input type=text value=$data> ---> book's
<input type=text value="$data"> ---> book's case
<input type=text value='$data'> ---> book
what is the best way to display the real $data