Does not work in v157 PHP 7.4, I get a deprecated message. I looked in Github but did not see a fix
I tried replacingCode:PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in C:\xampp73a\htdocs\Zencart157b\catalog\includes\modules\mytemplate\dynamic_filter.php on line 14.withCode:while(list($key, $value) = each ($_GET))
Which exhausted my scanty PHP knowledge and did not fix the problemCode:while(list($key) = key ($_GET)) while(list($value) = current ($_GET))


Reply With Quote


