Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't display greek chars 1

Status
Not open for further replies.

gxydas

Programmer
Joined
Jan 15, 2005
Messages
76
Location
GR
Hi guys,
I' ve installed PHP 4, Apache 1.3.19 in a winXP system. The problem is that I can't display greek chars in my browser. I don't know if the problem comes from PHP or Apache.
Thanks a lot.
 
couldn't it come from your [x]html doctype definition and associated charset?
 
you might also consider setting the charset in the php.ini file to one that works for you or deleting the value if you want to change the charset depending on the page.
if you do this then you must be sure (for good practice )to set the charset yourself in each page (in php use header() and in html, declare it expressly after the doctype.
 
Thanks for your answer jpadie,
it worked.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top