[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: ? phpinfo(); ? everything works fine, it will show me the information. but when I try the followings, it give me an error: test.html html titleThis page

[PHP] software localization with PHP

2001-03-14 Thread Tao
ot; 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", OLA); in your

[PHP] software localization with PHP

2001-03-14 Thread Tao
ot; 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", OLA); in your

[PHP] software localization with PHP

2001-03-13 Thread Tao
if I loaded the strings file after the $first_name variable is set, the problem still remains - when $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