Likes Received By jordie

  1. Crazy_Rob liked jordie's post in the thread Array problem: function.reset: Passed variable is not an array or object.

    $result[0] doesn't exist. thats where it is starting.... try changing: for($i=1;$i < 256;$i++) { to for($i=0;$i < 256;$i++)...

    Mar 3, 2006