|
hmm .. i thought that is what arrays were for. i've never really dynamically named variables, but there might be a way.
i'm curious as to the reason you need it that way, instead of just making it an array itself.
array[0]
array[1]
array[2]
array[3]
etc.. if you make it an array, it will be much easier to manage with php as well.
__________________
Mike
|