--- In [email protected], James Keeline <[EMAIL PROTECTED]> wrote:
<input type="text" name="beltsize" value="<?php echo
htmlentities($beltsize);> ?>">
> you should have better success.
>
> James
>
Looks like that did the trick very nicely, James. Thank you very much.
Is there any reason why a person shouldn't use that approach on each
update field to help ensure data integrity? (Just thinking that if
somehow another foot (') or inch (") character found it's way in there
on an update, I could be looking at the same thing somewhere else).
Guess if there's no downside to the approach above, I might use that
for each update field.
John