![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Multilanguage website
From: <petermichaux@yahoo.com>
Date: Sat Jul 09 2005 - 21:51:14 CEST
I am doing exactly what Jerry suggested
in "index.php" I have something like the following. (this isn't tested
<?php
session_start();
define("DEFAULT_LANGUAGE", 'ge');
if ( !isset($_SESSION['Language']) )
?>
|