Hi,
The Function split() is deprecated in latest version of PHP 5.5.23?
What is the solution?
Thanks
Use the following function:
array explode ( string $delimiter , string $string [, int $limit ] )
Thanls
Post Answer
Preview:
Ads