Forum Moderators: coopster
function start_tag($parser, $name, $attribs)
{
global $current, $attribs2, $flagInMediaItems, $arrData;
$arrData['Number1'] = 1;
$arrData['Number2'] = 2;
etc. etc.
}
However, I don't seem to be able to access and print out the array at the end of my script.
The array doesn't have anything in it.
ANy ideas?
Thanks.
<added>alright then ;)