MYSQL Posted byby Praveen KumarAugust 8, 2019How to split a string into an array in PHPThe explode() function is an built-in function in PHP which is used to break or split a string into an array by a separator string like comma, hyphen, space etc. This…