|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-06-21 05:13 UTC] lacak at users dot sourceforge dot net
Description: ------------ It will be very useful, if there will be possibility (other, than compile libmysql) specify client encoding during connection (in mysql_connect) or later for example using mysql_client_encoding([resource],'latin2'); PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 15:00:01 2025 UTC |
You can use mysql_query("SET CHARACTER SET <..>"); and mysql_query("SET NAMES <..>"); for that.