Current location: Hot Scripts Forums » Programming Languages » PHP » Set Names Utf8


Set Names Utf8

Reply
  #1 (permalink)  
Old 09-18-05, 08:32 AM
zaisk zaisk is offline
Newbie Coder
 
Join Date: Mar 2005
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Set Names Utf8

Please help me.

I have to add query line with code SET NAMES UTF8 to make special encoding from mysql database. Please help me to write this line correctly.
Reply With Quote
  #2 (permalink)  
Old 09-18-05, 04:09 PM
dennispopel dennispopel is offline
Coding Addict
 
Join Date: Mar 2005
Posts: 263
Thanks: 0
Thanked 0 Times in 0 Posts
Hello,

Just do
PHP Code:

mysql_query("SET NAMES 'UTF8'"); 

This will inform mysql that all incoming data are UTF-8, it will convert them into table/column encoding. Same will happen when mysql sends you the data back - they will be converted into UTF-8. Yiu will also have to assure that you set the content-type response header to indicate the UTF-8 encoding of the pages.
__________________
onPHP5.com - PHP5: Articles, News, Tutorials, Interviews, Software and more

Last edited by Nico; 06-27-08 at 05:51 AM. Reason: Please use [php] wrappers when posting PHP code.
Reply With Quote
  #3 (permalink)  
Old 09-19-05, 03:17 PM
zaisk zaisk is offline
Newbie Coder
 
Join Date: Mar 2005
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Thank you

Thank you
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking - variable value X set value X set value = wayne m Script Requests 1 09-17-05 04:12 PM
ASP upload prob minority ASP 1 06-27-05 08:35 AM
Programming Domain Names For Sale SearchLightning.com General Advertisements 0 05-31-05 01:52 PM
NEW Flash Tutorials from CheapDemos.com! Set your hosting company apart! Puenil General Advertisements 0 04-27-05 09:52 PM
Setting a cooke (time it expires) mcrob PHP 4 04-27-05 12:13 PM


All times are GMT -5. The time now is 06:12 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.