darkfreaks Posted November 14, 2007 Share Posted November 14, 2007 ok so im getting unexpected [ on line 55 i dont see anything wrong can anyone point out where im going wrong? <?php if($prodArray == TRUE){ $val = ""; if(($val = prodAltLang($prodArray[0]['productId'])) == TRUE){ $prodArray[0]['name'] = $val['name']; $prodArray[0]['description'] = $val['description']; prodArray[0]['related_items'] = $val['related_items'];//line 55 }?> Link to comment https://forums.phpfreaks.com/topic/77252-solved-unexpected/ Share on other sites More sharing options...
tippy_102 Posted November 14, 2007 Share Posted November 14, 2007 You are missing a closing brace } Link to comment https://forums.phpfreaks.com/topic/77252-solved-unexpected/#findComment-391161 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.