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 }?> Quote Link to comment Share on other sites More sharing options...
tippy_102 Posted November 14, 2007 Share Posted November 14, 2007 You are missing a closing brace } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.