Perl script uses HTML::Entities to encode form input for sql sanitization on fields like fname, lname, email, address1, etc.I think I've said this before (or at least I should have) but: don't do that. Use placeholders or $dbh->quote that's what they're there for.
update: s/quiote/quote/;
In reply to Re: HTML::Entities not encoding @ or .
by Joost
in thread HTML::Entities not encoding @ or .
by punch_card_don
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |