I have question on multilanguage websit
Moderator: General Moderators
I have question on multilanguage websit
Hi, I now doing a project on multi-language website, but I still connot complete the part of time counting down , I using <?php require_once (dirname(dirname(dirname(__FILE__))) . '/common.php'); ?> to distinguish the language user chosed. When I refresh the web page, it works ok, but it only lasts for 1 second, after that change to another language. I think it is because the timer refresh every 1 second, Anyone can help me?
Re: I have question on multilanguage websit
Timer?
Why wouldn't you just store it in a $_SESSION or $_COOKIE variable?
Why wouldn't you just store it in a $_SESSION or $_COOKIE variable?