PHP Deprecated function Notice: Array to string conversion
-
Notice: Array to string conversion in watchman-site7/class-wms7-core.php on line 407
`
// get user cookie.
$user_cookie = ”;
foreach ( $_arr_cookie as $key => $value ) {
$user_cookie = $user_cookie . $key . ‘=’ . $value . ‘ ’;
}The errors are notified due to value defined in alpha, numeric and special characters which is combination that afraid’s us to get the results.
What is the best enumeration to build this result and get rid of the above php deprecation
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Deprecated function Notice: Array to string conversion’ is closed to new replies.