why my content showing as squares

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
phpmady
Forum Newbie
Posts: 3
Joined: Sat Mar 13, 2010 10:57 am

why my content showing as squares

Post by phpmady »

Hi,

I am calling the content from tables, where my arabic content is placed, when am pulling its showing as squares,
whats the reason, I have attached the file,

other pages are working fine for me, regarding arabic content, but this page am geting error,

thanks in Advance
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: why my content showing as squares

Post by McInfo »

phpmady wrote:I have attached the file
Try again.
phpmady wrote:I am calling the content from tables, where my arabic content is placed, when am pulling its showing as squares
Check that you are using the appropriate character set and collation for the (MySQL) server, database, tables, and columns; and the appropriate encoding for the PHP file, (MySQL) client (in PHP), and Content-Type header and <meta> tag. It is easiest to deal with if all of those things use the same character set.

Edit: This post was recovered from search engine cache.
Post Reply