in reply to Re: Re: Re: Converting Special Characters
in thread Converting Special Characters

When inserting data into a db you should use $dbh->quote($var) for correct quoting.
Not when using placeholders, as he does now.
  • Comment on Re: Re: Re: Re: Converting Special Characters