Thread
:
using tokenscount
View Single Post
#
3
07-27-2010, 04:58 AM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
If you're using an array, you don't need to tokenize it by a comma.
PHP Code:
temp
.array =
clientr
.
equip_weapons
;
In addition, tokenscount is GS1. The proper GS2 is:
PHP Code:
temp
.
tokens
=
str
.
tokenize
(
delim
);
temp
.
size
=
tokens
.
size
();
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994