Skip to content

Instantly share code, notes, and snippets.

@hlassiege
Created May 3, 2018 09:30
Show Gist options
  • Save hlassiege/6183ad0f92b6314d249bd9fead7de76e to your computer and use it in GitHub Desktop.
Save hlassiege/6183ad0f92b6314d249bd9fead7de76e to your computer and use it in GitHub Desktop.
mysqlphpconnection.txt
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