View Single Post
Old 07-15-2005, 07:07 AM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,476
sde is on a distinguished road
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
sde is offline   Reply With Quote