[PHP] Re: hard(?) syntax problem

2003-11-04 Thread DvDmanDT
You could try $tmp=constant("PL_ORT"); $value=$tmp[$key]; But I doubt it'll work.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com ## Please, if you are using windows, you may be infected by Swen. Please go here to find out more: http://us.mcafee.com/vir

[PHP] Re: hard(?) syntax problem

2003-11-04 Thread pete M
unfortunately Constants are scalar only, arrays not allowed below is from the manual --- Constants do not have a dollar sign ($) before them; Constants may only be defined using the define() function, not by simple assignment; Constants may be defined and