can please provide explanation on difference of 2 php arrays below , how used possible output?
$final['a']['b'] = queryx($conn, $id, 'user'); $final['b'] = queryy($conn, $id, 'visitor');
note queryx , queryy functions contains sql queries , returns them associative arrays.
Comments
Post a Comment