SyntaxFix
Write A Post
Hire A Developer
Questions
To access the elements in the array, use array notation: $product['prodname']
$product['prodname']
$product->prodname is object notation, which can only be used to access object attributes and methods.
$product->prodname