Php › Array
'Notice: Array to string conversion in...' error
The error means you are trying to use an array as though it's a string.For example,$var = [42]; ech...
Browse SOPs in Array subcategory.
Php › Array
The error means you are trying to use an array as though it's a string.For example,$var = [42]; ech...