I\'m trying to make update form, that is going to retrieve the data for the specific ID selected, and fill in the form, so its going to be available for updating.
Wh
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