Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in PHP only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
PHP
How to fetch kannada values from the database in php?
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
shruthigc
New Member
Join Date:
Jan 2012
Posts:
5
#1
How to fetch kannada values from the database in php?
Jan 31 '12, 01:57 PM
How to fetch kannada values from the database in php?
example: ಆಕಾಶ
I want php programm to fetch the above example.....
dlite922
Recognized Expert
Top Contributor
Join Date:
Dec 2007
Posts:
1586
#2
Jan 31 '12, 04:26 PM
Is your database in UTF-8 charset?
Dan
Comment
Post
Cancel
shruthigc
New Member
Join Date:
Jan 2012
Posts:
5
#3
Jan 31 '12, 04:53 PM
I want exact encoder to fetch kannada character from the database
Originally posted by
dlite922
Is your database in UTF-8 charset?
Dan
yessssss..... my database is in UTF-8 !!!
I want exact encoder to fetch kannada character from the database in php.........
Comment
Post
Cancel
Dormilich
Recognized Expert
Expert
Join Date:
Aug 2008
Posts:
8694
#4
Feb 1 '12, 10:48 AM
then you need to set your db connection to use UTF-8 and (naturally) the output encoding as well.
Comment
Post
Cancel
shruthigc
New Member
Join Date:
Jan 2012
Posts:
5
#5
Feb 1 '12, 01:28 PM
It is in UTF-8 only but the output is displays ?????? like this
Originally posted by
Dormilich
then you need to set your db connection to use UTF-8 and (naturally) the output encoding as well.
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.......
Comment
Post
Cancel
Dormilich
Recognized Expert
Expert
Join Date:
Aug 2008
Posts:
8694
#6
Feb 1 '12, 04:10 PM
did you verify the output encoding?
Comment
Post
Cancel
shruthigc
New Member
Join Date:
Jan 2012
Posts:
5
#7
Feb 2 '12, 02:18 PM
Yes i verified the output, but it displays as ??????? like this only..
Originally posted by
Dormilich
did you verify the output encoding?
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.
Comment
Post
Cancel
Dormilich
Recognized Expert
Expert
Join Date:
Aug 2008
Posts:
8694
#8
Feb 2 '12, 04:31 PM
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.
Comment
Post
Cancel
shruthigc
New Member
Join Date:
Jan 2012
Posts:
5
#9
Feb 3 '12, 02:13 PM
How to verify the output encoding?
Originally posted by
Dormilich
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.
I want one more clarification,h ow to connect database
in php?
Comment
Post
Cancel
kirtikanani
New Member
Join Date:
Feb 2012
Posts:
1
#10
Feb 5 '12, 10:22 AM
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_arr ay function
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment