|
Posted by BJY on 11/23/78 11:53
I can't seem to use PHP code in the start of my hebrew-language pages.
If I do this....
<HTML dir="rtl" lang="he">
<?php include 'header.inc'; ?>
....all is fine.
However, if I do this at the start of the file...
<?php include 'header.inc'; ?>
.... where header.inc includes the opening HTML tag, the resulting
output is left to right.
If I View Source, there are 2 non-viewable characters before the HTML
tag (they appear as ? in textpad, they don't appear at all in notepad).
If i delete these characters and save the file, the output then
appears correct. (RTL).
The .php and .inc files are saved in UTF-8.
This is a simplified version. What I really need is to be able to do
cookies, output buffering, etc. at the start of the script. I also
would like to use SMARTY, but that too does the same thing.
Any ideas????
Thanks in advance!
Navigation:
[Reply to this message]
|