php 7.2 undefined split php

error

[23-Jun-2018 02:08:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined function split()

 

solution

replace split to explode

Leave a Reply