Quote Originally Posted by carlwhat View Post
look back at this post.

PHP Code:
//from
if ($response['errors']) {
//to
if ($response['error']) { 
TSIS.
That worked perfect, thank you =)