Jump to content

[SOLVED] Unexpected [ ???


darkfreaks

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.