Because when I try to add a tilde or other text character in my gunz web censoring me something like this example:
PHP Code:In notepad
Áerias
Why?.PHP Code:In the web censoring to
�erias
Because when I try to add a tilde or other text character in my gunz web censoring me something like this example:
PHP Code:In notepad
Áerias
Why?.PHP Code:In the web censoring to
�erias
You forgot the meta encoding tag.
how to remover these?
PHP Code:
That's PHP BOM. utf 8 - UTF-8 BOM signature in PHP files - Stack Overflow
You should use Notepad++ when you're working with such files. Resave the PHP file and change the encoding.