473,414 Members | 1,623 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

How to fetch kannada values from the database in php?

How to fetch kannada values from the database in php?
example: ಆಕಾಶ
I want php programm to fetch the above example.....
Jan 31 '12 #1
9 2007
dlite922
1,584 Expert 1GB
Is your database in UTF-8 charset?

Dan
Jan 31 '12 #2
@dlite922
yessssss..... my database is in UTF-8 !!!

I want exact encoder to fetch kannada character from the database in php.........
Jan 31 '12 #3
Dormilich
8,658 Expert Mod 8TB
then you need to set your db connection to use UTF-8 and (naturally) the output encoding as well.
Feb 1 '12 #4
@Dormilich
It is in UTF-8 only but the output is displays ?????? like this, for that what i want to do?


I want to fetch kannada character from the database
i need php encoder syntax.......
Feb 1 '12 #5
Dormilich
8,658 Expert Mod 8TB
did you verify the output encoding?
Feb 1 '12 #6
@Dormilich
Yes i verified the output, but it displays as ??????? like this only..


There is an encoding syntax are there for kannada characters to fetch the values from the database.
Feb 2 '12 #7
Dormilich
8,658 Expert Mod 8TB
Yes i verified the output,
I didn't ask for the output, I asked for the output encoding.

as example, if you display Shift-JIS as Latin-1 you'll only see scrambled characters.
Feb 2 '12 #8
@Dormilich
I want one more clarification,how to connect database
in php?
Feb 3 '12 #9
simply you want to connect database you requrment phpmyadmin
fist on create database after
you can use mysql_connect function after selcte database
afeter
you can fetch record useing the mysql_fetch_array function
Feb 5 '12 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: san | last post by:
Hi, I have the following update statement that updates one table by the values from the other table which seems have some problem with the syntax. UPDATE tblResolve SET...
11
by: saurabhbpl | last post by:
hi, i have a html drop down menus and i want to conver it into dynamically means that menu show data from database.how can i fetch data from database for using menus and sub menus using php and...
2
by: hazelnut2705 | last post by:
Hi there.. how to fetch data from database and then display in title bar? <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo...
3
by: sruthini | last post by:
Hi, How to set image path (or) url in database without using insert method, (for eg:name means directily put the name in database like anu.) and how to fetch that image from database. Please...
5
by: sonysunny | last post by:
Suppose a table contains fields such as member_id,item1,item2 and item3.Then how can we fetch common items between two rows. eg:- mem_id item1 item2 item3 1 ...
1
by: yasmine | last post by:
Hi friends, I'm having a table which stores id as comma separated in string datatype. I want to fetch each of the value in a row in the form of array such as follows: table: sid ...
5
by: meeanji | last post by:
Dear friends, I am storing values in Array. My array looks like this:: balu 26 MCA gold -------------> first row of array ...
3
by: preethikuppusamy | last post by:
I have included banner images in an array and used settimeout fun to dislay it in my home page. Now i have included those banners in a table and now i have to fetch it from the table and include in...
3
by: bharathk27 | last post by:
i have an datetimepicker and combobox in my winform. i have to fetch data in combobox according to date selected in date time picker.. i wrote this code in combobox, but it dosen't work. ...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.