Hi, im having a problem with the following code, could someone help with the parse error I am receiving on the first line of this script...
Parse error: parse error, expecting T_STRING' orT_VARIABLE' or `T_NUM_STRING'
$image_size1 = getimagesize("/adminPHP/images/$row_detailset['promoFlyer_eve']");
$Iwidth1 = $image_size1[0];
$Iheight1 = $image_size1[1];
$Iheightmore1 = $image_size1[1]+44;