View Single Post
  #8  
Old 03-08-2002, 06:49 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

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......
Reply With Quote