Re: Variable name for constants?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



... and in that way, you can create the name of the constant as you please:

$VAR_IMG = 'HOME';
define('IMG_HOME', 'pic.jpg');
echo(constant('IMG_'.$VAR_IMG));

SanTa

----- Original Message ----- From: "clive" <clive_lists@xxxxxxxxxxxxxxxxxxx>
To: "PHP LIST" <php-general@xxxxxxxxxxxxx>
Sent: Thursday, December 11, 2008 9:18 AM
Subject: Re:  Variable name for constants?



I dont think you can do that with a constant, but you can do this a normal variable:


I stand under correction form my previous email, it can be done:

define('TEST', 'the value of constant TEST');

$var= 'TEST';

echo constant($var);




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux