function split() is deprecated php and codeingiter , joomla , worpress , magento, php, smarty, cakephp

replace    $base_struc     = split('[/.-]', 'd/m/Y');  to     $base_struc     = explode('/', 'd/m/Y');

function split() is deprecated php and codeingiter , joomla , worpress , magento, php, smarty, cakephp

Comments

Popular posts from this blog

Attempting to understand handling regular expressions with php