On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. In this article I've offered another alternative, which should be easy for non-programmers to use. We will take advantage of the user function setstring function.
In this tutorial, you'll learn how to make a script that changes the layout of your site according to the users preference. They can choose how they want to view your site.
As more and more Web pages become database-driven and dynamic, it will be important that Web browsers display the most up-to-date information available from your site. The author notes "For those who have been in the PHP field for some time, dealing with this issue is nothing new. The problem itself has nothing to do with PHP at all. Rather, it is the client's browser that is the source." This article addresses such topics as PHP and Browser Caches and Cache Controlling Headers.
Do you know that double quotes have an impact on the execution speed of your PHP script ?
Find out why in some cases it is better to use single quotes.