
11-23-2008, 11:07 AM
|
ǝɔɐɹq ʎןɹnɔ
|
 |
Join Date: Dec 2006
Location: Germany
Posts: 5,153
|
|
The problem here is that you are trying to use the attributes as arrays, which won't work. You can, however, use them as string, seperate each element with a comma, and use tokenize(",") on them when reading them. So they would be a semi-array, or something..
Anyway, when you've done converting your code to do that, it will also reflect itself between server- and clientside. |
|
|