Invalid argument supplied for foreach() in PHP June 26, 2018 Get link Facebook X Pinterest Email Other Apps Write like this if (is_array($values) || is_object($values)) { foreach ($values as $value) { ... } } Comments
Comments
Post a Comment