Here's a sample :
var log = [ (...) [0,1,371,"player non joueur"], [-367680,0,3,"madame"], ];
1. the last date is never good (tried on several logs) 2. there is a comma too many after the last entry
Logged In: YES user_id=555057
Note : the last comma causes IE to add one to the length of the array. Opera and Mozilla ignore it.
Log in to post a comment.
Logged In: YES
user_id=555057
Note : the last comma causes IE to add one to the length of
the array. Opera and Mozilla ignore it.