problem with my sql and encodung

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pelegk1
Forum Newbie
Posts: 9
Joined: Tue Aug 31, 2004 12:30 am

problem with my sql and encodung

Post by pelegk1 »

i have php5+mysql5+apache2.2
i am wroking with hebrew and imported all the data that i had im a *.sql file into the mysql db using phpmyadmin.
when i i am opening the project i see all the data retrivied from the db as '?????????' !
what can i do?in the phpmyadmin i see the text ok but for example when i am using SQLyog version 5.1.9 i have the same problem and see all the code as '???"
what can i do?maybe i need to set chages on the apache?
thnaks in advance
peleg
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It sounds like page/character encoding conflicts. A general simple fix is to change the page's encoding specified in the headers and/or the database's encoding for it's storage to a more compatible one.
Post Reply