15
OK, I went at this again and right now it looks like I may get it to work using stefan88's code to call the handlers. However, not being a php pro (n00b rather), I can't figure out one thing.
When using the handlers as described by stefan88, I get a variable. I can only get the values from that array through a loop and not by calling an index in the array (e.g. $resultArray[0]). Is it so that this array only has specific keys and not automatic index numbers? If so, how can I get hold of those keys to get the value?