Re: Beta Testers wanted - 50 creds per issue.
Here's what I once used on one of my sites:
$var = str_replace("'", "’", "$_POST[var]");
This way the apostrophe doesn't cause any problem to any part of your code anymore.
I've also just seen this in another thread, which is probably...