I am able to use print_r and return this data:
Array (
[array] => Array (
[status] => false
[message] => The %s subscription code is out of date.
)
)
i need to be able to set the elements "status" and "message" to variables. (in this case status = false)
Thanks for the help.
William