setting code page in php

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

Locked
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

setting code page in php

Post by pelegk2 »

how can i set the code page in the heade of the php file?
thnaks in advance
peleg
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

First of all, if you accidently double clicked the submit button and had two topics of the same title and question I recommend you delete one. Else, you're just plain double posting. The other thing, can you be more clear with what you're trying to do?

If you wanted a certain code to be called on every page, make that page and include() or require() it on the rest of the pages.

-Nay
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

Post by pelegk2 »

whattttttttttttttttttttt?
that wasnt what i asked!
i asked how to set codepage 1255 in php when sending page to user!
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

What on earth are you even talking about? 1255?

You expect anyone to guess what you're doing with 3 lines of question?

-Nay
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

Post by pelegk2 »

1255 is encoding for hebrew
and can be set as code page!
so i asked
how do i set the php code page to 1255 like in asp?
fastfingertips
Forum Contributor
Posts: 242
Joined: Sun Dec 28, 2003 1:40 am
Contact:

Post by fastfingertips »

Is impossible to set the code page through PHP.
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Locked