Majik wrote:
Use correct markups (quotes are your friend).
This should do what you expect:
<td><input type='text' name='mystring' maxlength=30 size=40 value='<?php echo "This is a test"; ?>'></td>
if value = '<?php echo "this is another
quote's tset"; ?>'
How to escape the single quote (') in
the string