PHP Tutorials

Whether just getting started or an expert, this vast collection of PHP tutorials will help you create dynamic content for powerful web-based applications in no time.

Results via Envato Market

By Didimo Emilio Grimaldo Tunon on February 13, 2001 PHP is a great language for developing dynamic web sites. Some do it for fun while others for business. It is true that a great part of the web is in English. However, if you are targeting a worldwide audience, then…

By Didimo Emilio Grimaldo Tunon on February 13, 2001 Explicit links Many multi-lingual websites present the content in various languages, and do so by placing a link on the document. There would be one link for each of the supported languages. This is a very simplistic approach and should only…

By Didimo Emilio Grimaldo Tunon on February 13, 2001 CtNls – National Language Support Having considered various alternatives, I wrote down a set of requirements for the NLS module: It had to be simple, and based in PHP Easy to use Allow the user the freedom of choosing or mixing…

By Didimo Emilio Grimaldo Tunon on February 13, 2001 Auxiliary functions The CtNls class has several auxiliary member functions. These are not normally used, but can come in handy. The SetCatalogPath function overrides the path to the catalog directory given in the configuration part of the CtNls class. SetDefaultLanguage does…

By Didimo Emilio Grimaldo Tunon on February 13, 2001 Another way to deliver the content in various languages is by using message catalogs. In this case, there is one PHP file for each language. It must be a valid PHP file because the message catalog is nothing more than a…