How to correct error message “Message: The each() function is deprecated. This message will be suppressed on further calls”
Message: The each() function is deprecated. This message will be suppressed on further calls Since php version 7.2 the each() function is deprecated Find all while loop with each() function…