I recommend using this alternative for every language:$new=mb_convert_encoding($s,"UTF-8","auto");Don't forget to set all your pages to "utf-8" encoding, otherwise just use HTML entities.jcn50. aktionimskript at gmx dot net 10 years ago if you want to put variables as parameter in...
19 years ago I recommend using this alternative for every language:$new=mb_convert_encoding($s,"UTF-8","auto");Don't forget to set all your pages to "utf-8" encoding, otherwise just use HTML entities.jcn50.up down -3 Yumok ¶ 14 years ago Avoiding use of preg_match to detect...
$tkt["_users_id_requester_notif"]['alternative_email'] = $head['from']; }// Add to and cc as additional observer if user foundif(count($head['ccs'])) {foreach($head['ccs']as$cc) {if($cc != $head['from'] && !Toolbox::inArrayCaseCompare($cc, $blacklisted_emails) && ($...