foreach($vip_users as $vip_user){
$extra_info = fetch_profile_pic($vip_user); /* in this function it connect to mysql db */
$profile_picture[$vip_user] = $extra_info['ProfilePic'];
}
its seems like a bad idea to me , what do u guys think? and how can do this in a proper way
Thanks