Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: max(six, two)?
(Example: nine)

The Note You're Voting On

Kiipa at live dot com
11 years ago
To get UTF-8 charset you can specify that in the DSN.

$link = new PDO("mysql:host=localhost;dbname=DB;charset=UTF8");

<< Back to user notes page

To Top