I am setting up a page to edit existing mysql records. I have everything working except for one form feild where the text includes "quotation" marks. Using echo in the form feild it includes everything up to the first ".
Note: I tried echoing the $size variable just on the page (ie not in the form feild) and it prints everything including the ".
code for form is:
<input type="Text" name="size" value="<?php echo $size ?>" size="30">
Any help would be appreciated.
Thanks
JAF







Bookmarks