[PHP] eval() with CONSTANTS

2004-05-20 Thread Greg Donald
How can I eval() an HTML template to make a CONSTANT be evaluated properly? Previously I have been using regular $variables in my HTML templates. Today I decided to make one of the $variables a CONSTANT only to find it would not parse out as it's defined value. It is instead treated as regular

Re: [PHP] eval() with CONSTANTS

2004-05-20 Thread Tom Rogers
Hi, Friday, May 21, 2004, 8:26:30 AM, you wrote: GD How can I eval() an HTML template to make a CONSTANT be evaluated GD properly? GD Previously I have been using regular $variables in my HTML templates. GD Today I decided to make one of the $variables a CONSTANT only to find it GD would not