Hi,
I have the below code and it works fine except the part where I need to access data.Picture. I know its a syntax error but I can't seem to understand what.
$.post("rpc.php",arr, function(data)
{
$('#dorants').append(data);
$('#dorants').append(data.Picture);
Like always appreciate the help :)