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
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
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
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
4 matches
Mail list logo