I want to access a value of an array
 by key, but the array is not a variable
 - it is a constant. 

        How do I do it?

        I tried 

        $value = PL_ORT[$key];

        , but this doesn't work (parse error)...

        I even tried 

        $value = {PL_ORT[$key]};

-- 
Seks, seksić, seksolatki... news:pl.soc.seks.moderowana
http://hyperreal.info  { iWanToDie }   WiNoNa    )   (
http://szatanowskie-ladacznice.0-700.pl  foReVeR(  *  )
Poznaj jej zwiewne kształty... http://www.opera.com 007

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

Reply via email to