how can i check if logo exists in this array called $attachements print_r is below:
Array ( [logo] => /home/richar2/public_html/ioagh/images/stories/jreviews/20100510115659_1_img.gif )
when theres no logo, the array print_r's
Array ( )
i tried: if (isset($attachments['logo']) ) {..} but the conditional code runs when there is no logo