I use the following statement on every page of PHP to establish a connection to Unicode:
mysql_query ('SET NAMES utf8');
Is there any way to skip this? By installing something on the server? I have a VPS, so I have to have access to everything.
I suppose the real question is: do I need? Will it speed up, will I skip this statement for every HTML page that comes with?
source
share