so the correct way to do this how? i keep trying but idk what to do here.
PHP Code:
this.hirebiz = clientr.bizname;
this.bizstaff = serverr.(@this.hirebiz@"accounts").tokenize(",");
for (temp.x = 0; x < this.bizstaff.size(); x ++)
this.bizstaffsize = this.bizstaff[x];
Biz_BizPlayerList.addrow(this.amountrow,this.bizstaff[this.bizstaffsize]);
or how would this be? because that code is not working x.x