Re: [PHP] Variable vs Constant

2002-05-28 Thread hugh danaher
Billy, There must be a limit to the number of variables you can use in php but I haven't run up against a limit yet, and php seems to run as fast on my high variable count code as my more mundane code. Obviously, the advantage of using variables is that you can group your variables/constants in

Re: [PHP] Variable vs Constant

2002-05-28 Thread HPS
Thx Hugh i got what u meanlet me give u more background for my problem i am now working on a project which was developed by some others b4. As the project is a multi-language enabled, there is a PHP file (language file) which has all the setting , say

Re: [PHP] Variable vs Constant

2002-05-28 Thread Miguel Cruz
Wouldn't it be a lot easier to do that with arrays? miguel On Tue, 28 May 2002, HPS wrote: i am now working on a project which was developed by some others b4. As the project is a multi-language enabled, there is a PHP file (language file) which has all the setting , say