$waarde = str_replace('\'', ''', $waarde);
it just replaces ' with \' 🙁 how to change it that it only places an ' ?