Dear David,

I assumed that you are using PHPAGI

1. so first get variable by AGI class
2. then you can retrieve array structure of variable by print_r command
in php like

$arrayStructure = print_r($varReturnedByAGI, true);

and then please echo etc $arrayStructure to see what is the structure of
you desired array.


cheers

Tahir Almas
ICT Innovations

_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to