View Single Post
  #4  
Old 22nd August 2021, 21:10
hon hon is offline
Senior Member
 
Join Date: Oct 2020
P2P
Posts: 66
Default
darknight1: because I know Greek add utf8_general_ci in databese and in the php script taking the values from the database set utf8

After you connect to the mysql, do this query to make sure that you are using UTF8:
PHP:
PHP Code:
mysql_query("SET NAMES 'utf8'");
mysql_query("SET CHARACTER SET 'utf8'"); 
Make sure that in HTML (head) you are using the right encoding
HTML:
HTML Code:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
if this does not help, try different encoding, like ISO-8859-1
__________________
TorrentTrader4Ever

If you want help about TorrentTrader send me a PM.
Reply With Quote