Re: MYSQL DB not showing uft8 on php page
Posted by:
Ben Je
Date: January 15, 2020 11:01PM
After further research I found this to display the code properly after adding it to the php connection line:
mysql_select_db("datab1");
mysql_query("SET NAMES 'utf8'");
mysql_query('SET CHARACTER SET utf8');
Subject
Views
Written By
Posted
1334
January 14, 2020 08:01PM
634
January 14, 2020 11:34PM
747
January 15, 2020 12:25AM
607
January 15, 2020 12:04PM
623
January 15, 2020 09:57PM
570
January 15, 2020 10:14PM
658
January 15, 2020 10:52PM
Re: MYSQL DB not showing uft8 on php page
652
January 15, 2020 11:01PM
685
January 16, 2020 12:22AM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.