I am trying to create a constant name dynamically and then get at the value.
define( CONSTANT_1 , \"Some value\" ) ; // try to use it dynamically ... $const
http://dk.php.net/manual/en/function.constant.php
echo constant($constant_name);