Catherine
0
Q:

array sizes are inconsistent

foreach($products as $key=>$value){

  if(!isset($value->Title)){
    $value->Title = "The product has no title";
  }
  else{
    $value->Title = $value->Title;
  }
}	
0

Tags

New to Communities?

Join the community