PHP 8.5.0 Alpha 1 available for testing

Voting

: nine minus one?
(Example: nine)

The Note You're Voting On

gabriel arobase gabsoftware dot com
14 years ago
If you want to retrieve some UTF-8 data from your database, you don't need utf8_decode().

Simply do the following query before any SELECT :

$result = mysql_query("SET NAMES utf8");

<< Back to user notes page

To Top