sql >> Database teknologi >  >> RDS >> Mysql

PHP MySQL utf 8-kodning

Indstil forbindelsen til at bruge UTF-8:

<?php

// MySQLi:

$connection = new MySQLi( /* ... credentials ...*/);
$connection->set_charset("utf8");


// MySQL:
$connection = mysql_connect(/* ... credentials ... */); 
mysql_set_charset("utf8", $connection);

?>


  1. SQL Server SHOWPLAN_TEXT

  2. MySQL Sorter efter 2 kolonner

  3. Stor PHP Arrays paginering

  4. SQLite og tilpasset rækkefølge efter