I have set php_value magic_quotes_gpc 0 in .htaccess
Code: Select all
<input type='text' name='title' value='$title' size='50'>textarea single quotes render ok:
Code: Select all
<textarea name='title'>$title</textarea>Anyone know why the escaped single quote in the input=text area is not rendering single quotes?