I expected this code:
define('EURO_SIMBOLO', chr(128));
$euro = EURO_SIMBOLO;
var_dump($euro);
to show the €
symbol, but it doesn't. Why does this happen?
Instead of € (alt + 0128)
switch your euro code to
€
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With