[PHP] software localization with PHP

2001-03-13 Thread Tao
hen $first_name variable is changed, the strings file has to be reloaded. What is the best way of dealing with this problem? Is there a place to find "best practices" on localizing PHP software? Tao -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] software localization with PHP

2001-03-14 Thread Tao
Or, it can come in a different form, like, $greeting = "Good morning, $first_name." These specificity need to be in the language file, not the scripts. Tao Leavell Digital Design wrote: > You can use constants: > > in your language file > define("HELLO", O

[PHP] software localization with PHP

2001-03-14 Thread Tao
Or, it can come in a different form, like, $greeting = "Good morning, $first_name." These specificity need to be in the language file, not the scripts. Tao Leavell Digital Design wrote: > You can use constants: > > in your language file > define("HELLO", O

[PHP] form and php

2002-10-04 Thread Tao Hou
Hi, I jsut install apache1.3.26 and php 4.2.3 on my win2000 machine for my course project. when I run: everything works fine, it will show me the information. but when I try the followings, it give me an error: test.html This page is for Power Calculation