dabase
/
e
/
Unicode in PHP
Edit
RecentChanges
History
Preferences
Branchable
?
Discussion
Pretty shoddy, but this might work:
$value = preg_replace('/\x{FEFF}/', '', $value);