Another dumb question... The 'str' values inside the array pointer, is that just an enumeration for the location in the array? Just wondering, get T_PARSE errors using it this way, and cant seem to be able to just set
array($stats);
$stats[0]= bin2hex......
|