PHP 8.4.24 Released!

Voting

: min(five, six)?
(Example: nine)

The Note You're Voting On

gabriel arobase gabsoftware dot com
15 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