Created
May 3, 2018 09:30
-
-
Save hlassiege/6183ad0f92b6314d249bd9fead7de76e to your computer and use it in GitHub Desktop.
mysqlphpconnection.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql_connect("serveur","login","pass"); | |
mysql_select_db("myDbUtf8"); | |
mysql_query("SET NAMES 'utf8'"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment