Page 1 of 1

why my content showing as squares

Posted: Sat Mar 13, 2010 12:06 pm
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

Re: why my content showing as squares

Posted: Sat Mar 13, 2010 2:25 pm
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.