|
PHP and TBL files
I want to be able to split the appearance and the content in
a web site. I know that php offers a way to do this. For
example the phpbb.com does this with tables. Does anyone
know how this is done and/or have sample code? I think this
is the best way to handle the different language codes with
for example.
In other words, when a different language is to be displayed, the entire web
content will not have to change, only the text.
Also, does anyone have any php sample code of the sniffer
that sniffs the browser of the user to see what language
he is using?
|